vlmProcessingFailed static method

SDKException vlmProcessingFailed(
  1. String message
)

Implementation

static SDKException vlmProcessingFailed(String message) => _build(
  code: pb_enum.ErrorCode.ERROR_CODE_PROCESSING_FAILED,
  category: pb_enum.ErrorCategory.ERROR_CATEGORY_INTERNAL,
  message: 'VLM processing failed: $message',
);