nint_ERROR {docopulae} | R Documentation |
Space Validation Errors
Description
Error codes for space validation.
Usage
nint_ERROR_DIM_TYPE # = -1001
nint_ERROR_SCATTER_LENGTH # = -1002
nint_ERROR_SPACE_TYPE # = -1003
nint_ERROR_SPACE_DIM # = -1004
Format
integer
Details
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.
See Also
nint_validateSpace
, nint_space
[Package docopulae version 0.4.0 Index]