Maximo API Client - v0.9.20
    Preparing search index...

    Enumeration ClusterErrorCode

    Reasons cluster operations can fail in ways callers want to branch on. Surfaced via ClusterError.code.

    Index

    Enumeration Members

    DiscoveryUnavailable: "DiscoveryUnavailable"

    Neither MXAPIMAXSESSION (OSLC) nor MAXIMOMIZE.CLUSTER (autoscript) was usable.

    UnknownNode: "UnknownNode"

    A target name could not be matched against any known cluster node.

    CannotPin: "CannotPin"

    Pinning requires either a directUrl on the target or the relay autoscript installed; neither was present.

    CookieAuthNotPinnable: "CookieAuthNotPinnable"

    The current client uses session-cookie auth (LDAP form / OIDC); the relay cannot pass that through to a different JVM. Switch to apikey for pinned operations.

    RelayFailed: "RelayFailed"

    The autoscript reported an error (4xx/5xx with status: error).