Registry / utility / cray-hpe-hms-base

cray-hpe-hms-base

JSON →
library1.15.1gogounverified

Provides shared utility functions, common types for HMS component data, and RFC 7807-compliant ProblemDetails error payloads for HPE Cray system management.

go get github.com/Cray-HPE/hms-base
INSTALL
IMPORT
SIG · CRAY-HPE-HMS-BASE
C
cray-hpe-hms-base
utilitygov1.15.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

base
github.com/Cray-HPE/hms-base

Creates a new HMS error with a predefined error code.

package main import ( "fmt" "github.com/Cray-HPE/hms-base" ) func main() { err := base.NewHmsError(base.ERR_NOT_FOUND, "component not found") fmt.Println(err.Error()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Bingbot
1
Resources
cray-hpe-hms-base — go get cray-hpe-hms-base · libregistry