isProtectedDataError()
Home > @gooddata/sdk-backend-spi > isProtectedDataError
isProtectedDataError() function
Type guard checking whether input is an instance of ProtectedDataError
Signature:
export declare function isProtectedDataError(obj: unknown): obj is ProtectedDataError;
Parameters
Parameter |
Type |
Description |
---|---|---|
obj |
unknown |
Returns:
obj is ProtectedDataError