ManagedIntegrationRuntimeError Class

Error definition for managed integration runtime.

Constructor

ManagedIntegrationRuntimeError(*args: Any, **kwargs: Any)

Variables

Name Description
time

The time when the error occurred.

code
str

Error code.

parameters

Managed integration runtime error parameters.

message
str

Error message.

Attributes

code

Error code.

code: str | None

message

Error message.

message: str | None

parameters

Managed integration runtime error parameters.

parameters: list[str] | None

time

The time when the error occurred.

time: datetime | None