5.4. Exceptions¶
Classes used to represent client and server side exceptions.
|
Base exception class from which all other xgt exceptions inherit. |
|
A security violation occured. |
|
An invalid arithmetic calculation was detected and cannot be handled. |
|
The client cannot properly connect to the server. |
|
The requested action will produce an invalid graph or break a valid graph. |
|
Intended for internal server purposes only. |
|
An I/O problem occurred either on the client or server side. |
|
An unexpected name was provided. |
|
Raised for functionality with pending implementation. |
|
The server memory usage is close to or at capacity and work could be lost. |
|
A query was provided with incorrect syntax. |
|
A Transaction was attempted but didn't complete. |
|
An unexpected type was supplied. |
|
An invalid or unexpected value was provided. |