Occurs when an exception occurs on the server during a SQL operation.
| Property | Description |
|---|---|
| ErrorCode | Exception error code. |
| Message | Exception message, which is typically the message returned by the server/JDBC driver/database. |
| Details | Exception details, which provides a descriptive context of the exception on the client, along with the error message. |
| ServerStackTrace | The string representation of the frames on the call stack of the server at the time the exception was thrown. |
| ClientStackTrace | The string representation of the frames on the call stack of the client at the time the exception was thrown. |