Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValidationDetails

Standardized, machine readable structure that wraps all the information about a specific occurrence of an error of the type specified by the code.

interface

Hierarchy

  • ValidationDetails

Index

Properties

Optional actualImageAttributes

actualImageAttributes: ImageAttributes

Optional actualNumberOfItems

actualNumberOfItems: number

Optional actualStringLength

actualStringLength: number

Optional agreementType

agreementType: AgreementType

Optional allowedContentTypes

allowedContentTypes: Array<string>

Optional allowedDataTypes

allowedDataTypes: Array<ValidationDataTypes>

Optional allowedImageAttributes

allowedImageAttributes: Array<ImageAttributes>

Optional conflictingInstance

conflictingInstance: Instance

Optional expectedInstance

expectedInstance: Instance

Optional expectedRegexPattern

expectedRegexPattern: string

Optional feature

Optional inconsistentEndpoint

inconsistentEndpoint: ValidationEndpoint

Optional maximumIntegerValue

maximumIntegerValue: number

Optional maximumNumberOfItems

maximumNumberOfItems: number

Optional maximumStringLength

maximumStringLength: number

Optional minimumIntegerValue

minimumIntegerValue: number

Optional minimumNumberOfItems

minimumNumberOfItems: number

Optional minimumStringLength

minimumStringLength: number

Optional originalEndpoint

originalEndpoint: ValidationEndpoint

Optional originalInstance

originalInstance: Instance

Optional requiredProperty

requiredProperty: string

Optional unexpectedProperty

unexpectedProperty: string