Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MonitorPropertiesErrors

Package version

Defines the SAP monitor errors.

Hierarchy

Index

Properties

Optional code

code: undefined | string

Server-defined set of error codes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: ErrorModel[]

Array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional innerError

innerError: ErrorInnerError

Object containing more specific information than the current object about the error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

Human-readable representation of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Optional target

target: undefined | string

Target of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc