Exceptions (pdk.ex)
Contains base structures to rise and handle exceptions
Exception
Base structure for all exceptions.
Properties:
message :: pdk.core.String
Superstructures: Object <- Any
HttpException
Used to represent errors or exceptions that occur during HTTP requests and responses.
Properties:
error :: pdk.core.Any
message :: pdk.core.String
status :: pdk.core.Integer
Inherited properties:
message :: pdk.core.String
Superstructures: Exception <- Object <- Any
JsonMapException
Checked exception used to signal fatal problems with mapping of content.
Properties:
location :: pdk.core.String
Inherited properties:
message :: pdk.core.String
Superstructures: Exception <- Object <- Any
Last updated