Using jsonapi for a project and I'm realizing I'm not taking full advantage of the detail an exception can provide. For example, it would be great to have a ParamError that would give the specific param that raised the error and the AccessError could mark the header or params that failed.
Using jsonapi for a project and I'm realizing I'm not taking full advantage of the detail an exception can provide. For example, it would be great to have a ParamError that would give the specific param that raised the error and the AccessError could mark the header or params that failed.