Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndividualStatusResponse

Package version

Hierarchy

  • IndividualStatusResponse

Index

Properties

Properties

Optional id

id: undefined | string

Identifies the resource to which the individual status corresponds.

Optional message

message: undefined | string

The message explaining why the operation failed for the resource identified by the key; null if the operation succeeded.

Optional statusCode

statusCode: undefined | number

The status code of the resource operation.

Possible values include: 200 for a successful update or delete, 201 for successful creation, 400 for a malformed input, 403 for lacking permission to execute the operation, 404 for resource not found.

Optional type

type: undefined | string

Identifies the type of the resource to which the individual status corresponds.

Generated using TypeDoc