microapi.exceptions

exception microapi.exceptions.ApiError

A generic base exception for all exceptions to inherit from.

This makes handling all exceptions raised by this library easier to catch.

exception microapi.exceptions.DataValidationError

An exception raised when invalid data is provided by the user.

exception microapi.exceptions.InvalidFieldError

Raised by deserialization when unexpected (non-Model) data is provided by the user.