Hierarchy

  • Error
    • MyAccountApiError

Constructors

Properties

detail: string
status: number
title: string
type: string
validation_errors?: {
    detail: string;
    field?: string;
    pointer?: string;
    source?: string;
}[]

Type declaration

  • detail: string
  • Optional field?: string
  • Optional pointer?: string
  • Optional source?: string