primitive Failure
Set the resulting value of a primitive invocation to the numeric code of the specified AvailErrorCode. Answer primitive failure.
Return
Primitive Result.FAILURE.
Parameters
code
An AvailErrorCode.
Set the resulting value of a primitive invocation to the numeric code of the AvailErrorCode embedded within the specified exception. Answer primitive failure.
Return
Primitive Result.FAILURE.
Parameters
exception
An exception.
Set the resulting value of a primitive invocation to the numeric code of the AvailRuntimeException. Answer primitive failure.
Return
Primitive Result.FAILURE.
Parameters
exception
Set the resulting value of a primitive invocation. Answer primitive failure.
Return
Primitive failure.
Parameters
result
The failure value of performing a primitive.