SchemaResponseValidationError
Defined in: wp-typia-block-runtime/src/schema-test.ts:53
Error thrown by assertResponseMatchesSchema() when a payload does not match
a generated JSON Schema artifact.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SchemaResponseValidationError(
schemaName,errors):SchemaResponseValidationError
Defined in: wp-typia-block-runtime/src/schema-test.ts:57
Parameters
Section titled “Parameters”schemaName
Section titled “schemaName”string
errors
Section titled “errors”Returns
Section titled “Returns”SchemaResponseValidationError
Overrides
Section titled “Overrides”Error.constructor
Properties
Section titled “Properties”errors
Section titled “errors”
readonlyerrors:ValidationError[]
Defined in: wp-typia-block-runtime/src/schema-test.ts:54
schemaName
Section titled “schemaName”
readonlyschemaName:string
Defined in: wp-typia-block-runtime/src/schema-test.ts:55