isUnauthorized()
Home > @gooddata/sdk-ui > isUnauthorized
isUnauthorized() function
Typeguard checking whether input is an instance of UnauthorizedSdkError;
Signature:
export declare function isUnauthorized(obj: unknown): obj is UnauthorizedSdkError;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| obj | unknown | 
Returns:
obj is UnauthorizedSdkError