Skip to content

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.

  • Error

new SchemaResponseValidationError(schemaName, errors): SchemaResponseValidationError

Defined in: wp-typia-block-runtime/src/schema-test.ts:57

string

ValidationError[]

SchemaResponseValidationError

Error.constructor

readonly errors: ValidationError[]

Defined in: wp-typia-block-runtime/src/schema-test.ts:54


readonly schemaName: string

Defined in: wp-typia-block-runtime/src/schema-test.ts:55