Interface ErrorDocument

interface ErrorDocument {
    errors: JapiError[];
    jsonapi?: JSONAPIObject;
    meta?: default;
}

Hierarchy

Properties

Properties

errors: JapiError[]
jsonapi?: JSONAPIObject
meta?: default

Generated using TypeDoc