Base class for failures raised by the builder jobs client.
Remarks
status is the Gateway HTTP status when a response arrived, errorCode
is the Gateway protocol code when one was supplied, and details retains
structured response or client context for diagnostics.
Base class for failures raised by the builder jobs client.
Remarks
statusis the Gateway HTTP status when a response arrived,errorCodeis the Gateway protocol code when one was supplied, anddetailsretains structured response or client context for diagnostics.Param: message
Human-readable failure description.
Param: code
Stable SDK error code.
Param: status
Gateway HTTP status, when available.
Param: errorCode
Gateway protocol error code, when available.
Param: details
Additional structured context.