1
This commit is contained in:
@@ -67,6 +67,11 @@ type API struct {
|
||||
config *platformapi.APIConfig
|
||||
}
|
||||
|
||||
func (a *API) Error() string {
|
||||
//TODO implement me
|
||||
panic("implement me")
|
||||
}
|
||||
|
||||
var (
|
||||
canRetryCodes = map[int]int{
|
||||
ErrCodeAccessLimited: 1,
|
||||
|
||||
Reference in New Issue
Block a user