trajectory-0.1.0.0: Tools and a library for working with Trajectory.

Trajectory.Types

Synopsis

Documentation

data Error Source

Errors have been tagged according to their source, so you can more easily dispatch and handle them.

Constructors

HTTPConnectionError IOException

A HTTP error occurred. The actual caught error is included, if available.

ParseError String

An error in the parser itself.

JsonError String

The JSON is malformed or unexpected.

UserError String

Incorrect input.

Instances