서명:
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;
};