Expose error_subcode property for errors
This commit is contained in:
parent
4a255a50c5
commit
492438f895
@ -68,10 +68,11 @@ type QueryResponse struct {
|
||||
|
||||
// QueryError is representing an error sent back by Facebook
|
||||
type QueryError struct {
|
||||
Message string `json:"message"`
|
||||
Type string `json:"type"`
|
||||
Code int `json:"code"`
|
||||
FBTraceID string `json:"fbtrace_id"`
|
||||
Message string `json:"message"`
|
||||
Type string `json:"type"`
|
||||
Code int `json:"code"`
|
||||
ErrorSubcode int `json:"error_subcode"`
|
||||
FBTraceID string `json:"fbtrace_id"`
|
||||
}
|
||||
|
||||
// QueryError implements error
|
||||
|
Loading…
Reference in New Issue
Block a user