Module e114_core::responses[][src]

Structs

Error objects MUST be returned as an array keyed by errors in the top level of a JSON:API. https://jsonapi.org/format/#errors

The standard singular Error object as per https://jsonapi.org/format/#error-objects.

Enums

WebResult is a type that represents either success (Ok) or failure (Err). This type exists to implement glue code for various web frameworks and.