Skip to content

Review error strings #26

Description

@jonnew

The error strings in this library often find themselves elevated all the way to the user. It is therefore very important that they are clear. We need to review each of these strings and make sure they describe, succinctly and accurately, what the error code means in an actionable way.

A particularly bad example is the following:

return "Attempt to trigger an already triggered operation";

Which should be replaced by something like "Device register access is ongoing and must complete before another is started"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions