Skip to content

Add documentation links and helpful descriptions to error messages #606

Open
@0x2b3bfa0

Description

@0x2b3bfa0

p1

The following have recently been documented in https://cml.dev/doc, but should also have better CLI errors pointing to said docs:

p2

See also

try {
  operation();
} catch (error) {
  if (error.message === 'Obscure error')
    error.message += ', please try toggling the "more magic" switch';
  throw error;
}

Metadata

Metadata

Assignees

Labels

documentationMarkdown filesepicCollection of sub-issuestechnical-debtRefactoring, linting & tidyingui/uxUser interface/experience

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions