Table of Contents

Namespace Concordium.Sdk.Exceptions

Classes

DeserialException

Thrown when deserialization fails and is explicitly meant not to.

DeserialNullException

Thrown when deserialization fails but no error message is present. This should, by construction, be impossible.

MissingEnumException<T>

Thrown when a matched enum value could not be handled in a switch statement.

MissingTypeException<TInterface>

Thrown when matching a interface to a type isn't possible.

SchemaJsonException

Thrown when a interop call failed with possible error as message.

UnexpectedNodeResponseException

Thrown if the node sends an invalid response.