Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorModel

Package version

Azure App Configuration error object.

Hierarchy

  • ErrorModel

Index

Properties

Properties

Optional detail

detail: undefined | string

A detailed description of the error.

Optional name

name: undefined | string

The name of the parameter that resulted in the error.

Optional status

status: undefined | number

The HTTP status code that the error maps to.

Optional title

title: undefined | string

A brief summary of the error.

Optional type

type: undefined | string

The type of the error.

Generated using TypeDoc