Interface HeseyaClientError

Hierarchy

  • HeseyaClientError

Properties

Properties

code: number
errors: {
    id?: string;
    method?: string;
    type?: string;
}

Type declaration

  • Optional id?: string
  • Optional method?: string
  • Optional type?: string
message: string

Generated using TypeDoc