Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Handle wac template parse errors #271

Merged
merged 9 commits into from
Mar 9, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rephrase from code review suggestion
  • Loading branch information
Emyrk committed Mar 9, 2021
commit d5adf70c433b33cdaebdc086b92c523d1d37a1e4
2 changes: 1 addition & 1 deletion coder-sdk/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var ErrPermissions = xerrors.New("insufficient permissions")
// ErrAuthentication describes the error case in which the requester has invalid authentication.
var ErrAuthentication = xerrors.New("invalid authentication")

// APIError is the expected payload format for our errors.
// APIError is the expected payload format for API errors.
type APIError struct {
Err APIErrorMsg `json:"error"`
}
Expand Down