Skip to main content

ValidationTransactionError

@group

Errors/Transaction

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • ValidationTransactionError(message: string, errors: { errors: { constraint: any; type: ValidationType; value: any }[]; pass: boolean }): ValidationTransactionError
  • Parameters

    • message: string
    • errors: { errors: { constraint: any; type: ValidationType; value: any }[]; pass: boolean }
      • errors: { constraint: any; type: ValidationType; value: any }[]
      • pass: boolean

    Returns ValidationTransactionError

Properties

errors

errors: { errors: { constraint: any; type: ValidationType; value: any }[]; pass: boolean }

Type declaration

  • errors: { constraint: any; type: ValidationType; value: any }[]
  • pass: boolean
Page Options