MVP
This commit is contained in:
7
models/error.go
Normal file
7
models/error.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type APIError struct {
|
||||
ErrorCode string `json:"errorcode"`
|
||||
Message string `json:"message"`
|
||||
FAPIErrorMessage *string `json:"fapiMessage,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user