Module: Saphyr::Asserts::ErrorConstants Private

Included in:
Fields::FieldBase
Defined in:
lib/saphyr/asserts/error_constants.rb

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Constant Summary collapse

ERR_NOT_NULLABLE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Base

'not-nullable'
ERR_BAD_FORMAT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'bad-format'
ERR_NOT_EMPTY =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'not-empty'
ERR_TYPE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'type'
ERR_IN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'in'
ERR_EQ =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'eq'
ERR_SIZE_EQ =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Size

'size-eq'
ERR_SIZE_LEN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'size-len'
ERR_SIZE_MIN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'size-min'
ERR_SIZE_MAX =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'size-max'
ERR_GT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Numeric

'gt'
ERR_GTE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'gte'
ERR_LT =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'lt'
ERR_LTE =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'lte'
ERR_LEN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

String

'len'
ERR_MIN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'min'
ERR_MAX =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'max'
ERR_REGEXP =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

'regexp'