Skip to main content
Version: v2.0

IValidationResponse

@flatfile/adapter
› IValidationResponse

Hierarchy

  • IValidationResponse

Index

Properties

Properties

key

key: string

Defined in src/obj.validation-response.ts:5

A string referencing the key affected by the problem


Optional level

level? : undefined | "error"

Defined in src/obj.validation-response.ts:15

The type of validation response - currently only 'error' is supported


message

message: string

Defined in src/obj.validation-response.ts:10

The validation error message