Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

Error response indicates ARM appliance is not able to process the incoming request. The reason is provided in the error message.

Hierarchy

  • ErrorResponse

Index

Properties

Optional errorCode

errorCode: undefined | string

Error code.

Optional errorMessage

errorMessage: undefined | string

Error message indicating why the operation failed.

Optional httpStatus

httpStatus: undefined | string

Http status code.

Generated using TypeDoc