Expose error_subcode property for errors
This commit is contained in:
parent
4a255a50c5
commit
492438f895
@ -71,6 +71,7 @@ type QueryError struct {
|
||||
Message string `json:"message"`
|
||||
Type string `json:"type"`
|
||||
Code int `json:"code"`
|
||||
ErrorSubcode int `json:"error_subcode"`
|
||||
FBTraceID string `json:"fbtrace_id"`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user