Exception information response
- Last UpdatedSep 04, 2025
- 1 minute read
Exception information is provided in a response when an exception occurs related to an event. It provides details about the exception.
|
Field |
Description |
|---|---|
|
Type |
The type of exception that occurred. |
|
Message |
The message text of the exception. |
The following is an example of exception information in a response.
{
"Type": "OSIsoft.OMF.Loggers.OmfLoggableException",
"Message": "A parameter in the request is not valid."
}