Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AsyncOperationErrorInfo

Package version

interface

An interface representing AsyncOperationErrorInfo. The error detail information for async operation

Hierarchy

  • AsyncOperationErrorInfo

Index

Properties

Properties

Optional code

code: undefined | string
member

{string} [code] The error code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

member

{AsyncOperationErrorInfo[]} [details] An array containing error information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string
member

{string} [message] The error message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional target

target: undefined | string
member

{string} [target] The error target. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc