FleetApi.Error

Defines a FleetApi.Error struct, representing erros that may be returned when making Fleet API calls.

The following fields are public:

Source

Summary

from_map(error_map)

Types

t :: %FleetApi.Error{code: term, message: term}

Functions

from_map(error_map)

Specs:

Source