Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagedIntegrationRuntimeError

Package version

Error definition for managed integration runtime.

Hierarchy

  • ManagedIntegrationRuntimeError

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional code

code: undefined | string

Error code. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

Error message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional parameters

parameters: string[]

Managed integration runtime error parameters. NOTE: This property will not be serialized. It can only be populated by the server.

Optional time

time: Date

The time when the error occurred. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc