Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorInfo

Information about what might have caused a failure, such as an image that is too large. Not returned when there is no error.

Hierarchy

  • ErrorInfo

Index

Properties

code

code: number

HTTP status code.

description

description: string

Human-readable error description. For example, File size limit exceeded.

error_id

error_id: string

Codified error string. For example, limit_exceeded.

Generated using TypeDoc