Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference
{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}
Details object that may be included in an error response.
Signature:
export interface ErrorDetails
Property | Type | Description |
---|---|---|
"@type" | string | |
domain | string | The domain where the error occurred. |
metadata | Record<string, unknown> | Additional metadata about the error. |
reason | string | The reason for the error. |
Signature:
'@type'?: string;
The domain where the error occurred.
Signature:
domain?: string;
Additional metadata about the error.
Signature:
metadata?: Record<string, unknown>;
The reason for the error.
Signature:
reason?: string;