loadingFailed static method

SDKException loadingFailed(
  1. String reason
)

Implementation

static SDKException loadingFailed(String reason) => _build(
  code: pb_enum.ErrorCode.ERROR_CODE_MODEL_LOAD_FAILED,
  category: pb_enum.ErrorCategory.ERROR_CATEGORY_MODEL,
  message: 'Failed to load: $reason',
);