invalidConfiguration static method
Implementation
static SDKException invalidConfiguration(String detail) => _build(
code: pb_enum.ErrorCode.ERROR_CODE_INVALID_CONFIGURATION,
category: pb_enum.ErrorCategory.ERROR_CATEGORY_CONFIGURATION,
message: 'Invalid configuration: $detail',
);