GoodDataSdkError
Home > @gooddata/sdk-ui > GoodDataSdkError
GoodDataSdkError class
Base class for all anticipated GoodData.UI SDK errors.
Signature:
export declare abstract class GoodDataSdkError extends Error
Extends: Error
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(seType, message, cause) | protected | Constructs a new instance of the GoodDataSdkError class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
cause? | readonly | any | (Optional) |
seType | readonly | SdkErrorType |
Methods
Method | Modifiers | Description |
---|---|---|
getCause() | Underlying cause of this error (if any). | |
getErrorCode() | Error code for this exception. | |
getMessage() | Provides description of the problem or one of ErrorCodes. |