E_INCORRECT_TYPE_FOR_COMPLEX_GROUP

A method's argument type was inconsistent with a complex guillemet group's specific requirements. In particular, the corresponding argument position must be a tuple of tuples whose sizes range from the number of argument subexpressions left of the double-dagger, up to the number of argument subexpressions on both sides of the double-dagger.

Functions

Link copied to clipboard
fun nativeCode(): Int

Answer the numeric error code as a Java Int.

Link copied to clipboard
fun numericCode(): A_Number

Answer the numeric error code as an Avail.

Properties

Link copied to clipboard
val code: Int

The numeric error code.

Link copied to clipboard
open val isCausedByInstructionFailure: Boolean

Can the AvailErrorCode result from failure of an L1Operation?

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int