Skip to content

Error messaging does not provide verbose messages #180

@esot321c

Description

@esot321c

When returning an error to ergopay or ergoauth requests, the user is not presented with the error.message

image

As in this example, the message simply describes the status code, even though in the api we tried:

return res.status(409).json({
        error: "Address already attached to an account. ",
        message: "Address already attached to an account. "
      })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions