vlmNotInitialized static method
Implementation
static SDKException vlmNotInitialized([String? message]) => _build(
code: pb_enum.ErrorCode.ERROR_CODE_NOT_INITIALIZED,
category: pb_enum.ErrorCategory.ERROR_CATEGORY_COMPONENT,
message: message ?? 'VLM model not loaded. Call loadVLMModel() first.',
);