Skip to main content

NonRecoverableError

Raised when an error is encountered that is not recoverable. Retries are irrelevant.

Constructor

Signature

def NonRecoverableError(
message: string,
code: string = NonRecoverableError
) - > null

Parameters

NameTypeDescription
messagestringThe error message describing the non-recoverable failure.
codestring = NonRecoverableErrorA unique string identifier for the error type.

Signature

def NonRecoverableError(
message: string,
code: string = "NonRecoverableError"
) - > null

Parameters

NameTypeDescription
messagestringThe detailed error message explaining why the operation cannot be recovered or retried
codestring = "NonRecoverableError"A unique machine-readable identifier used to categorize the specific type of non-recoverable error