MCPcopy Create free account
hub / github.com/adlio/trello / Error

Method Error

errors.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (e *httpClientError) Error() string { return e.msg }
38func (e *httpClientError) IsRateLimit() bool { return e.code == 429 }
39func (e *httpClientError) IsNotFound() bool { return e.code == 404 }
40func (e *httpClientError) IsPermissionDenied() bool { return e.code == 401 }

Callers 15

TestGetTokenFunction · 0.80
TestGetExpiringTokenFunction · 0.80
TestTokenSetClientFunction · 0.80
testTokenFunction · 0.80
TestCreateChecklistFunction · 0.80
TestCreateCheckItemFunction · 0.80
TestChecklistSetClientFunction · 0.80
TestCheckItemSetClientFunction · 0.80
TestCardCreatedAtFunction · 0.80
TestCreateCardFunction · 0.80
TestAddCardToListFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestGetTokenFunction · 0.64
TestGetExpiringTokenFunction · 0.64
TestTokenSetClientFunction · 0.64
testTokenFunction · 0.64
TestCreateChecklistFunction · 0.64
TestCreateCheckItemFunction · 0.64
TestChecklistSetClientFunction · 0.64
TestCheckItemSetClientFunction · 0.64
TestCardCreatedAtFunction · 0.64
TestCreateCardFunction · 0.64
TestAddCardToListFunction · 0.64