Options
All
  • Public
  • Public/Protected
  • All
Menu

When the repository raises an error, the Error's message would be a json string of this format:

Hierarchy

  • RepositoryCallError

Index

Properties

Readonly body

body: string

The rest response body as text.

Readonly statusCode

statusCode: number

The http status code if know, other wise 0.

Readonly statusMessage

statusMessage: string

The status message if known;

Generated using TypeDoc