署名:
export declare class InstanceIdClientErrorCode extends InstallationsClientErrorCode
拡張: InstallationsClientErrorCode
プロパティ
プロパティ | 修飾キー | タイプ | 説明 |
---|---|---|---|
INVALID_INSTANCE_ID | static |
{ コード: 文字列;message: string;} |
InstanceIdClientErrorCode.INVALID_INSTANCE_ID
署名:
static INVALID_INSTANCE_ID: {
code: string;
message: string;
};