nint_ERROR {docopulae} | R Documentation |
Error codes for space validation.
nint_ERROR_DIM_TYPE # = -1001
nint_ERROR_SCATTER_LENGTH # = -1002
nint_ERROR_SPACE_TYPE # = -1003
nint_ERROR_SPACE_DIM # = -1004
integer
nint_ERROR_DIM_TYPE
: dimension type attribute does not exist or is invalid.
nint_ERROR_SCATTER_LENGTH
: scatter dimensions have different lengths.
nint_ERROR_SPACE_TYPE
: object not of type "nint_space"
.
nint_ERROR_SPACE_DIM
: subspaces have different number of dimensions.
nint_validateSpace
, nint_space