databaseInitializationFailed static method
Implementation
static SDKException databaseInitializationFailed(Object error) => _build(
code: pb_enum.ErrorCode.ERROR_CODE_INITIALIZATION_FAILED,
category: pb_enum.ErrorCategory.ERROR_CATEGORY_COMPONENT,
message: 'Database initialization failed: $error',
underlyingError: error,
);