GraphqlErrorExtensions
import type { GraphqlErrorExtensions } from "https://googleapis.deno.dev/v1/firebasedataconnect:v1.ts";GraphqlErrorExtensions contains additional information of GraphqlError.
§Properties
Maps to canonical gRPC codes. If not specified, it represents
Code.INTERNAL.
More detailed error message to assist debugging. It contains application
business logic that are inappropriate to leak publicly. In the emulator,
Data Connect API always includes it to assist local development and
debugging. In the backend, ConnectorService always hides it. GraphqlService
without impersonation always include it. GraphqlService with impersonation
includes it only if explicitly opted-in with include_debug_details in
GraphqlRequestExtensions.
The source file name where the error occurred. Included only for
UpdateSchema and UpdateConnector, it corresponds to File.path of the
provided Source.
Warning level describes the severity and required action to suppress this warning when Firebase CLI run into it.
Workarounds provide suggestions to address the compile errors or warnings.