~bigbes/core-go

ref: 00f113a4daeafc6b0d47e8cf50205b53812c78af core-go/errors/errors.go -rw-r--r-- 1.4 KiB
862728a4 — Drew DeVault 9 months ago
server: add error presenter to make context cancellation semantic
09368917 — Drew DeVault 9 months ago
auth: ensure semantic errors are bubbled up to user properly
038a9eb0 — Drew DeVault 10 months ago
auth: add error code on unauthorized request response
29a3ebfe — Taavi Väänänen 1 year, 4 months ago
errors: Fix ErrUnsupported error code
d89f65e8 — Drew DeVault 1 year, 4 months ago
errors.Field: return the error
1e3cd785 — Drew DeVault 1 year, 5 months ago
errors: add ERR_UNSUPPORTED
8e729e75 — Drew DeVault 1 year, 5 months ago
errors: new module for common GQL errors

This package provides a means of creating GraphQL-aware errors and
a location for common error codes.