You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/gcloud-firestore/api/models/status.model.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,6 @@
84
84
*/
85
85
exportinterfaceStatus{
86
86
code: number;// The status code, which should be an enum value of google.rpc.Code.
87
-
details: any[];// A list of messages that carry the error details. There is a common set ofmessage types for APIs to use.
87
+
details: {[key: string]: any}[];// A list of messages that carry the error details. There is a common set ofmessage types for APIs to use.
88
88
message: string;// A developer-facing error message, which should be in English. Anyuser-facing error message should be localized and sent in thegoogle.rpc.Status.details field, or localized by the client.
0 commit comments