WpTypiaValidationAssertionError
Defined in: wp-typia-api-client/src/errors.ts:19
Extends
Section titled “Extends”Error
Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”T = unknown
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new WpTypiaValidationAssertionError<
T>(validation,message):WpTypiaValidationAssertionError<T>
Defined in: wp-typia-api-client/src/errors.ts:23
Parameters
Section titled “Parameters”validation
Section titled “validation”message
Section titled “message”string
Returns
Section titled “Returns”WpTypiaValidationAssertionError<T>
Overrides
Section titled “Overrides”Error.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
validation
Section titled “validation”
readonlyvalidation:ValidationResult<T>
Defined in: wp-typia-api-client/src/errors.ts:21