RestValidationAssertionError
Defined in: wp-typia-rest/src/errors.ts:33
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”T = unknown
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new RestValidationAssertionError<
T>(validation,message):RestValidationAssertionError<T>
Defined in: wp-typia-rest/src/errors.ts:34
Parameters
Section titled “Parameters”validation
Section titled “validation”message
Section titled “message”string
Returns
Section titled “Returns”RestValidationAssertionError<T>
Overrides
Section titled “Overrides”WpTypiaValidationAssertionError.constructor
Properties
Section titled “Properties”
readonlycode:"WP_TYPIA_VALIDATION_ASSERTION_ERROR"="WP_TYPIA_VALIDATION_ASSERTION_ERROR"
Defined in: wp-typia-api-client/src/errors.ts:20
Inherited from
Section titled “Inherited from”WpTypiaValidationAssertionError.code
validation
Section titled “validation”
readonlyvalidation:ValidationResult<T>
Defined in: wp-typia-api-client/src/errors.ts:21