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