Skip to content

Add type to error handler #354

@curquiza

Description

@curquiza

The MeiliSearch server, when raising an error, returns the following JSON:

{
  "message": ...,
  "code": ...,
  "type": ...,
  "link": ...,
}

The error handler in this package returns code, message and link but does not return type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions