pdk.ex

contains base structures to rise and handle exceptions

Exception

Base structure for all exceptions.

Properties:

Superstructures: Object <- Any


HttpException

Used to represent errors or exceptions that occur during HTTP requests and responses.

Properties:

Inherited properties:

Superstructures: Exception <- Object <- Any


JsonMapException

Checked exception used to signal fatal problems with mapping of content.

Properties:

Inherited properties:

Superstructures: Exception <- Object <- Any


Last updated