Error Code Reference

Error Codes and Troubleshooting

Meshery and its components use a common framework (defined within MeshKit) to generate and document an error with a unique error code identifier: the combination of Meshery component moniker and numberic code - [component-moniker]-[numeric code]. Each error code identifies the source component for the error and a standard set of information to describe the error and provide helpful details for troubleshooting the situation surrounding the specific error.

Error codes are combination of component moniker and numberic code

Note: The numeric portion of error codes are component-scoped. The numeric portion of error codes are allowed to overlap between Meshery components. The combination of the `[component-moniker]-[numeric code]` is what makes a given error code globally unique.

Error Code Categories by Component

Component Type Component Name
adapter meshery-nginx-sm
adapter meshery-kuma
adapter meshery-consul
component meshery-server
adapter meshery-traefik-mesh
library meshery-adapter-library
adapter meshery-istio
adapter meshery-cilium
adapter nsm
library meshkit
adapter meshery-linkerd
component meshery-server
adapter meshery-osm

Top



Meshery Adapter for meshery-nginx-sm

Severity Error Name - Code Short Description Discussion
Alert ErrEmptyConfigCode-1000 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInstallBinaryCode-1001 Failed to change permission of the binary search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleasesCode-1002 Unable to fetch release info search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1003 Failed to extract release names search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrStatusCheckCode-1004 Error Bad Status search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUnmarshalCode-1005 Unable to unmarshal the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

Alert ErrCustomOperationCode-1006 Error with applying custom operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInstallNginxCode-1007 Error with Nginx installation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMeshConfigCode-1008 Error configuration mesh search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClientConfigCode-1009 Error setting client config search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrStreamEventCode-1010 Error streaming events search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSampleAppCode-1011 Error with sample app operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrOpInvalidCode-1012 Invalid operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilClientCode-1013 kubernetes client not initialized search forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

Alert ErrApplyHelmChartCode-1014 Error occurred while applying Helm Chart search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1015 error parsing the component search forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery Server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

Alert ErrParseOAMConfigCode-1016 error parsing the configuration search forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

Alert ErrProcessOAMCode-1017 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNginxCoreComponentFailCode-1018 error in NGINX Service Mesh core component search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseNginxCoreComponentCode-1019 Failure to parse core component manifest for NGINX Service Mesh search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadNamespaceCode-1020 Error occurred while applying namespace search forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

Top



Meshery Adapter for meshery-kuma

Severity Error Name - Code Short Description Discussion
Alert ErrGetLatestReleasesCode-1000 unable to fetch release info search forum
Long Description

Unable to get the latest release info from the GithubAPI

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more info

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1001 failed to extract release names search forum
Long Description

Probable Cause

Invalid release format

Suggested Remediation

Alert ErrOpInvalidCode-1002 Invalid operation search forum
Long Description

Kuma adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

Alert ErrInstallKumaCode-1003 Error with kuma operation search forum
Long Description

Error occurred while installing kuma mesh through kumactl

Probable Cause

Suggested Remediation

Alert ErrMeshConfigCode-1004 Error configuration mesh search forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Reconnect the adapter to the Meshery Server

Alert ErrFetchManifestCode-1005 Error occurred while fetching the manifest search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClientConfigCode-1006 Error occurred while setting client config search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClientSetCode-1007 Error occurred while setting clientset search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrStreamEventCode-1008 Error occurred while streaming events search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSampleAppCode-1009 Error with sample app operation search forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to Meshery Server to refresh the kubeclient

Alert ErrGetKumactlCode-1010 Error getting kumactl comamndline search forum
Long Description

Error occurred while downloading`kumactl` and moving it to .meshery/bin]

Probable Cause

https://download.konghq.com/mesh-alpine/kuma-<release>-<platform>-<arch>.tar.gz might be deprecated

Suggested Remediation

Alert ErrDownloadBinaryCode-1011 Error downloading kuma binary search forum
Long Description

Error occurred while download kuma binary from its release url

Probable Cause

Checkout https://download.konghq.com/mesh-alpine/kuma-<release>-<platform>-<arch>.tar.gz for more details

Suggested Remediation

Alert ErrInstallBinaryCode-1012 Error installing kumactl search forum
Long Description

Error occurred while installing kuma mesh through kumactl

Probable Cause

Suggested Remediation

Alert ErrUntarCode-1013 Error while extracting file search forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Retry the operation

Alert ErrUntarDefaultCode-1014 Error untaring opeartion default search forum
Long Description

Error occurred in the process of untaring a compressed file

Probable Cause

The compressed file might be corrupted

Suggested Remediation

Clear the cache and retry the operation

Alert ErrMoveBinaryCode-1015 Error occurred while moving the kumactl binary search forum
Long Description

Probable Cause

Meshery adapter might not have write access

Suggested Remediation

Alert ErrCustomOperationCode-1016 Error with custom operation search forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reupload the kubconfig in the Meshery Server and reconnect the adapter

Alert ErrNilClientCode-1017 Kubernetes client not initialized search forum
Long Description

Kubernetes client is nil

Probable Cause

Kubernetes client not initialized

Suggested Remediation

Reconnect the adapter to Meshery Server

Alert ErrApplyHelmChartCode-1018 Error with helm chart operation search forum
Long Description

Error occurred while applying Helm Chart

Probable Cause

Suggested Remediation

Invalid helm chart configuration

Alert ErrGetLatestReleaseCode-1019 Could not get latest version search forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

Alert ErrInvalidOAMComponentTypeCode-1021 invalid OAM component name: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrKumaCoreComponentFailCode-1022 error in kuma core component search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProcessOAMCode-1023 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseKumaCoreComponentCode-1024 kuma core component manifest parsing failing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1025 error parsing the component search forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

Alert ErrParseOAMConfigCode-1026 error parsing the configuration search forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

Alert ErrEmptyConfigCode-1027 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadNamespaceCode-1028 Error occurred while applying namespace search forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

Top



Meshery Adapter for meshery-consul

Severity Error Name - Code Short Description Discussion
Alert ErrApplyOperationCode-1000 Error applying operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1001 error parsing the component search forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery Server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

Alert ErrParseOAMConfigCode-1002 error parsing the configuration search forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

Alert ErrProcessOAMCode-1003 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrApplyHelmChartCode-1004 Error applying helm chart search forum
Long Description

Probable Cause

Chart could be invalid

Suggested Remediation

Use `helm verify` and `helm lint` to verify chart path and validity

Alert ErrMeshConfigCode-1005 Error configuration mesh search forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Alert ErrConsulCoreComponentFailCode-1006 error in Consul core component search forum
Long Description

Probable Cause

API version or Kind passed is empty

Suggested Remediation

Make sure API version and Kind are not empty

Alert ErrParseConsulCoreComponentCode-1007 Consul core component manifest parsing failing search forum
Long Description

Probable Cause

Could not marshall generated component to YAML

Suggested Remediation

Alert ErrGetLatestReleasesCode-1008 Unable to fetch release info search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetManifestNamesCode-1009 Unable to fetch manifest names from github search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEmptyConfigCode-1010 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadingPathsetCode-1011 Could not create a pathset for static component generation search forum
Long Description

Probable Cause

Suggested Remediation

Top



Meshery Server

Severity Error Name - Code Short Description Discussion
Fatal ErrCreatingUUIDInstanceCode-1001 Unable to create UUID instance search forum
Long Description

Unable to create UUID instance:

Probable Cause

Suggested Remediation

Alert ErrRegisteringMesheryOAMTraitsCode-1002 Error registering local OAM traits search forum
Long Description

Error registering local OAM traits:

Probable Cause

Suggested Remediation

Alert ErrRegisteringMesheryOAMWorkloadsCode-1003 Error registering local OAM workloads search forum
Long Description

Error registering local OAM workloads:

Probable Cause

Suggested Remediation

Fatal ErrRetrievingUserHomeDirectoryCode-1004 Unable to retrieve the user's home directory search forum
Long Description

Unable to retrieve the user's home directory:

Probable Cause

Suggested Remediation

Fatal ErrCreatingUserDataDirectoryCode-1005 Unable to create the directory for storing user data at: search forum
Long Description

Unable to create the directory for storing user data at:

Probable Cause

Suggested Remediation

Fatal ErrCreatingMapPreferencePersisterInstanceCode-1006 Unable to create a new MapPreferencePersister instance search forum
Long Description

Unable to create a new MapPreferencePersister instance:

Probable Cause

Suggested Remediation

Fatal ErrDatabaseAutoMigrationCode-1007 Unable to auto migrate to database search forum
Long Description

Unable to auto migrate to database:

Probable Cause

Suggested Remediation

Alert ErrInvalidURLSkippingProviderCode-1008 is invalid url skipping provider search forum
Long Description

is invalid url skipping provider

Probable Cause

Suggested Remediation

Fatal ErrListenAndServeCode-1009 ListenAndServe Error search forum
Long Description

ListenAndServe Error:

Probable Cause

Suggested Remediation

Alert ErrCleaningUpLocalProviderCode-1010 Error cleaning up local provider search forum
Long Description

Error cleaning up local provider:

Probable Cause

Suggested Remediation

Alert ErrClosingDatabaseInstanceCode-1011 Error closing database instance search forum
Long Description

Error closing database instance:

Probable Cause

Suggested Remediation

Fatal ErrInitializingRegistryManagerCode-1012 could not initialize registry manager search forum
Long Description

Probable Cause

could not migrate tables into the database

Suggested Remediation

make sure the database instance passed is not nil

Fatal ErrInitializingKeysRegistrationCode-1013 could not initialize keys registry manager search forum
Long Description

Probable Cause

could not migrate tables into the database

Suggested Remediation

make sure the database instance passed is not nil

Alert ErrInvalidK8SConfigNilCode-1014 No valid kubernetes config found. Make sure to pass contextIDs in query parameters. search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrNilClientCode-1015 Kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrRecordPreferencesCode-1016 unable to save user config data search forum
Long Description

Probable Cause

User token might be invalid db might be corrupted

Suggested Remediation

Relogin to Meshery

Alert ErrGrafanaConfigCode-1017 Grafana endpoint not configured search forum
Long Description

Cannot find valid grafana endpoint in user pref

Probable Cause

Grafana endpoint might not be reachable from meshery

Suggested Remediation

Setup your Grafana Endpoint via the settings dashboard

Alert ErrPrometheusConfigCode-1018 Prometheus endpoint not configured search forum
Long Description

Cannot find valid Prometheus endpoint in user pref

Probable Cause

Prometheus endpoint might not be reachable from meshery

Suggested Remediation

Setup your Prometheus Endpoint via the settings dashboard

Alert ErrGrafanaQueryCode-1019 Unable to query grafana search forum
Long Description

Probable Cause

Grafana query did not get executed from meshery Grafana query is invalid

Suggested Remediation

Check if your Grafana query is correct Connect to Grafana from the settings page in the UI

Alert ErrPrometheusQueryCode-1020 Unable to query prometheus search forum
Long Description

Probable Cause

Prometheus query did not get executed from meshery Prometheus query is invalid

Suggested Remediation

Check if your Prometheus query is correct Connect to Prometheus and Grafana from the settings page in the UI

Alert ErrPrometheusBoardsCode-1021 unable to get Prometheus boards search forum
Long Description

Probable Cause

Prometheus endpoint might not be reachable from meshery Prometheus endpoint is incorrect

Suggested Remediation

Check if your Prometheus endpoint is correct Connect to Prometheus from the settings page in the UI

Alert ErrStaticBoardsCode-1022 unable to get static board search forum
Long Description

unable to get static board

Probable Cause

No boards could be available in grafana

Suggested Remediation

Alert ErrRequestBodyCode-1023 unable to read the request body search forum
Long Description

Probable Cause

Request body is empty or faulty

Suggested Remediation

Check if the request is sent with proper values

Alert ErrParseBoolCode-1024 unable to parse : search forum
Long Description

Probable Cause

Failed due to invalid value of :

Suggested Remediation

please provide a valid value for :

Alert ErrStreamEventsCode-1025 There was an error connecting to the backend to get events search forum
Long Description

Probable Cause

Websocket is blocked in the network Meshery UI is not able to reach the Meshery server

Suggested Remediation

Ensure Meshery UI is able to reach the Meshery server

Alert ErrStreamClientCode-1026 Event streaming ended search forum
Long Description

Probable Cause

Websocket is blocked in the network Meshery UI is not able to reach the Meshery server

Suggested Remediation

Ensure Meshery UI is able to reach the Meshery server

Alert ErrPublishSmiResultsCode-1027 Error publishing SMI results search forum
Long Description

Probable Cause

Meshery Cloud is not functional or reachable

Suggested Remediation

Make sure meshery cloud is up and reachable

Alert ErrPluginOpenCode-1028 Error opening the plugin search forum
Long Description

Probable Cause

Plugin is not available in the location plugin does not match with meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrPluginLookupCode-1029 Error performing a plugin lookup search forum
Long Description

Probable Cause

Plugin is not available in the location

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrPluginRunCode-1030 Error running meshery plugin search forum
Long Description

Probable Cause

plugin does not match with meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrParseFormCode-1031 unable to parse form search forum
Long Description

Probable Cause

The data provided could be invalid

Suggested Remediation

Make sure to enter valid parameters in the form

Alert ErrQueryGetCode-1032 unable to get: search forum
Long Description

Probable Cause

Query parameter is not a part of the request

Suggested Remediation

Make sure to pass the query paramater in the request

Alert ErrGetResultCode-1033 unable to get result search forum
Long Description

Probable Cause

Result Identifier provided is not valid Result did not persist in the database

Suggested Remediation

Make sure to provide the correct identifier for the result

Alert ErrConvertToSpecCode-1034 unable to convert to spec search forum
Long Description

Probable Cause

The performance spec format is invalid

Suggested Remediation

Make sure to provide the correct spec

Alert ErrFetchSMIResultsCode-1035 unable to fetch SMI results search forum
Long Description

Probable Cause

SMI results did not get persisted Result identifier is invalid

Suggested Remediation

Make sure to provide the correct identifier for the result

Alert ErrFormFileCode-1036 error getting k8s file search forum
Long Description

Probable Cause

The kubeconfig file does not exist in the location

Suggested Remediation

Make sure to upload the correct kubeconfig file

Alert ErrReadConfigCode-1037 error reading config search forum
Long Description

Probable Cause

The kubeconfig file is empty or not valid

Suggested Remediation

Make sure to upload the correct kubeconfig file

Alert ErrLoadConfigCode-1038 unable to load kubernetes config search forum
Long Description

Probable Cause

The kubeconfig file is empty or not valid

Suggested Remediation

Make sure to upload the correct kubeconfig file

Alert ErrOpenFileCode-1039 unable to open file: search forum
Long Description

Probable Cause

The file does not exist in the location

Suggested Remediation

Make sure to upload the correct file

Alert ErrKubeVersionCode-1040 unable to get kubernetes version search forum
Long Description

Probable Cause

Kubernetes might not be reachable from meshery

Suggested Remediation

Make sure meshery has connectivity to kubernetes

Alert ErrAddAdapterCode-1041 meshLocationURL is empty search forum
Long Description

meshLocationURL is empty to add an adapter

Probable Cause

meshLocationURL cannot be empty to add an adapter

Suggested Remediation

please provide the meshLocationURL

Alert ErrRetrieveDataCode-1042 Unable to retrieve the requested data search forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrValidAdapterCode-1043 Unable to find valid Adapter URL search forum
Long Description

unable to find a valid adapter for the given adapter URL

Probable Cause

Given adapter URL is not valid

Suggested Remediation

Please provide a valid Adapter URL

Alert ErrOperationIDCode-1044 Error generating the operation Id search forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrMeshClientCode-1045 Error creating a mesh client Error pinging the mesh adapter search forum
Long Description

Unable to create a mesh client Unable to ping the mesh adapter

Probable Cause

Adapter could not be pinged

Suggested Remediation

Unable to connect to the Mesh adapter using the given config, please try again

Alert ErrApplyChangeCode-1046 Error applying the change search forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrRetrieveMeshDataCode-1047 Error getting operations for the mesh Error getting component name search forum
Long Description

Probable Cause

unable to retrieve the requested data

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrApplicationFailureCode-1048 failed to the application search forum
Long Description

Probable Cause

uploaded application source content might be converted incorrect source type selected

Suggested Remediation

Select the correct source type Make sure the uploaded application source content is valid

Alert ErrDecodingCode-1049 Error decoding the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

Alert ErrRetrieveUserTokenCode-1050 Failed to get the user token search forum
Long Description

Probable Cause

User token could be expired

Suggested Remediation

Re-initiate login

Alert ErrFailToSaveCode-1051 Failed to Save: search forum
Long Description

Probable Cause

Provider Database could be down or not reachable

Suggested Remediation

Make sure provider is up and reachable

Alert ErrFailToDeleteCode-1052 Failed to Delete: search forum
Long Description

Probable Cause

Provider Database could be down or not reachable

Suggested Remediation

Make sure provider is up and reachable

Alert ErrWriteResponseCode-1053 Error writing response search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTestConfigsCode-1054 Error fetching test configs search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidGenValueCode-1055 Invalid value for gen search forum
Long Description

Probable Cause

Suggested Remediation

please provide a valid value for gen (load generator)

Alert ErrFailToLoadExtensionsCode-1056 Failed to Load Extensions from Package search forum
Long Description

Probable Cause

Plugin is not available in the location plugin does not match with meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrConversionCode-1057 unable to convert YAML to JSON search forum
Long Description

Probable Cause

Yaml provided is not valid

Suggested Remediation

Make sure the yaml is valid and has the right parameters

Alert ErrParseDurationCode-1058 error parsing test duration search forum
Long Description

Probable Cause

The format of the duration passed could be incorrect

Suggested Remediation

please refer to: https://docs.meshery.io/guides/mesheryctl#performance-management

Alert ErrLoadTestCode-1059 Load test error: search forum
Long Description

Probable Cause

Load test endpoint could be not reachable

Suggested Remediation

Make sure load test endpoint is reachable

Alert ErrFetchKubernetesCode-1060 unable to ping kubernetes unable to scan search forum
Long Description

Probable Cause

Kubernetes might not be reachable from meshery

Suggested Remediation

Make sure meshery has connectivity to kubernetes

Alert ErrPanicRecoveryCode-1061 Recovered from panic search forum
Long Description

Probable Cause

Meshery crashes

Suggested Remediation

Restart Meshery

Alert ErrBlankNameCode-1062 Error: name field is blank search forum
Long Description

Probable Cause

Load test name empty or not valid

Suggested Remediation

Provide a name for the test

Alert ErrInvalidLTURLCode-1063 invalid loadtest url: search forum
Long Description

Probable Cause

URL for load test could be invalid

Suggested Remediation

please refer to: https://docs.meshery.io/tasks/performance-management

Alert ErrVersionCompareCode-1064 failed to compare latest and current version of Meshery search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSaveSessionCode-1065 unable to save session search forum
Long Description

Probable Cause

User session could be expired

Suggested Remediation

Re-initiate login

Alert ErrKubeClientCode-1066 Failed to Create Kube Client search forum
Long Description

Probable Cause

Check Kubernetes

Suggested Remediation

Check your kubeconfig if valid Ensure meshery is able to reach the kubernetes cluster

Alert ErrWorkloadDefinitionCode-1067 Failed to load Workload Definition search forum
Long Description

Probable Cause

Workload Definition is invalid or unable to process

Suggested Remediation

Check Workload Definition

Alert ErrTraitDefinitionCode-1068 Failed to Encode Trait Definition search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrScopeDefinitionCode-1069 Failed to Encode Scope Definition search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrPatternFileCode-1070 Failed to Parse design File search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrExecutionPlanCode-1071 Failed to Create Execution Plan search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrInvalidPatternCode-1072 Invalid design, execution is infeasible search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrCompConfigPairsCode-1073 unable to Create Comp Config. search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreateDirCode-1074 Error creating directory search forum
Long Description

Probable Cause

Insufficient permission Insufficient storage

Suggested Remediation

check if sufficient permissions are available to create dir check if sufficient storage is available to create dir

Alert ErrInvalidRequestObjectCode-1075 Error invalid request object: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrChangeK8sContextCode-1076 Error changing context search forum
Long Description

Probable Cause

Context Name might be invalid or not present in the uploaded kubeconfig

Suggested Remediation

Check the context name, if the context name is correct and is present in the kubeconfig then try uploading the kubeconfig again

Alert ErrSavingUserPreferenceCode-1077 Error saving user preference. search forum
Long Description

Probable Cause

Invalid data passed Unable to connect with provider

Suggested Remediation

Pass valid values for preferences Make sure provider supports saving user preferences Make sure you're connected with provider Make sure extension provides these preferences

Alert ErrGetFilterCode-1078 Error failed to get filter search forum
Long Description

Probable Cause

Cannot get the filter with the given Filter ID

Suggested Remediation

Check if the given Filter ID is correct

Alert ErrSaveFilterCode-1079 Error failed to save filter search forum
Long Description

Probable Cause

Cannot save the Filter due to wrong path or URL Filter is corrupted.

Suggested Remediation

Check if the given path or URL of the filter is correct Try uplaoding a different filter

Alert ErrDecodeFilterCode-1080 Error failed to decode filters data into go slice search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEncodeFilterCode-1081 Error failed to encode filter search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrImportFilterCode-1082 Error failed to import filter search forum
Long Description

Probable Cause

Cannot save the Filter due to wrong path or URL

Suggested Remediation

Check if the given path or URL of the Filter is correct

Alert ErrFetchFilterCode-1083 Error failed to fetch filter search forum
Long Description

Probable Cause

Failed to retrieve the list of all the Filters

Suggested Remediation

Alert ErrDeleteFilterCode-1084 Error failed to delete filter search forum
Long Description

Probable Cause

Failed to delete Filter with the given ID

Suggested Remediation

Check if the Filter ID is correct

Alert ErrSavePatternCode-1085 Error failed to save design search forum
Long Description

Probable Cause

Cannot save the design due to an invalid path or URL

Suggested Remediation

Confirm the correct path / URL to the design

Alert ErrSaveApplicationCode-1086 Error failed to save application search forum
Long Description

Probable Cause

Cannot save the Application due to wrong path or URL

Suggested Remediation

Check if the given path or URL of the Application is correct

Alert ErrGetPatternCode-1087 Error failed to get design search forum
Long Description

Probable Cause

Cannot get the design with the given design ID

Suggested Remediation

Check if the given design ID is correct

Alert ErrDeletePatternCode-1088 Error failed to delete design search forum
Long Description

Probable Cause

Failed to delete design with the given ID

Suggested Remediation

Check if the design ID is correct

Alert ErrFetchPatternCode-1089 Error failed to fetch design search forum
Long Description

Probable Cause

Failed to retrieve the list of all the designs

Suggested Remediation

Alert ErrImportPatternCode-1090 Error failed to import design search forum
Long Description

Probable Cause

Cannot save the design due to wrong path or URL

Suggested Remediation

Check if the given path or URL of the design is correct

Alert ErrEncodePatternCode-1091 Error failed to encode design search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDecodePatternCode-1092 Error failed to decode design data into go slice search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParsePatternCode-1093 Error failed to parse pattern file search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrConvertPatternCode-1094 Error failed to convert design file to Cytoscape object search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidKubeConfigCode-1095 Invalid Kube Config search forum
Long Description

Probable Cause

Meshery handler failed to find a valid kubernetes config for the deployment

Suggested Remediation

Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server

Alert ErrInvalidKubeHandlerCode-1096 Invalid Kube Handler search forum
Long Description

Probable Cause

Meshery handler failed to find a valid kubernetes handler for the deployment

Suggested Remediation

Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server

Alert ErrInvalidKubeContextCode-1097 Invalid Kube Context search forum
Long Description

Probable Cause

Meshery handler failed to find a valid kubernetes context for the deployment

Suggested Remediation

Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server

Alert ErrValidateCode-1098 failed to validate the given value against the schema search forum
Long Description

Probable Cause

unable to validate the value against given schema either value or schema might not be a valid cue expression

Suggested Remediation

Make sure that the schema and value provided are valid cue values Make sure both schema and value are sent Make sure appropriate value types are sent

Alert ErrApplicationContentCode-1099 failed to the application content search forum
Long Description

Probable Cause

Remote provider might be not reachable Remote provider doesn't support this capability

Suggested Remediation

Ensure you have required permissions or retry after sometime.

Alert ErrRemoteApplicationURLCode-1100 Error failed to persist remote application search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClonePatternCode-1101 Error failed to clone design search forum
Long Description

Probable Cause

Failed to clone design with the given ID

Suggested Remediation

Check if the design ID is correct and the design is published

Alert ErrCloneFilterCode-1102 Error failed to clone filter search forum
Long Description

Probable Cause

Failed to clone Filter with the given ID

Suggested Remediation

Check if the Filter ID is correct and the Filter is published

Alert ErrGenerateComponentsCode-1103 failed to generate components for the given payload search forum
Long Description

Probable Cause

Suggested Remediation

Make sure the payload is valid

Alert ErrPublishCatalogPatternCode-1104 Error failed to publish catalog design search forum
Long Description

Probable Cause

Failed to publish catalog design

Suggested Remediation

Check if the design ID is correct and you are admin

Alert ErrPublishCatalogFilterCode-1105 Error failed to publish catalog filter search forum
Long Description

Probable Cause

Failed to publish catalog filter

Suggested Remediation

Check if the filter ID is correct and you are admin

Alert ErrGetMeshModelsCode-1106 could not get meshmodel entitities search forum
Long Description

Probable Cause

Meshmodel entity could not be converted into valid json data in the registry was inconsistent

Suggested Remediation

make sure correct and consistent data is present inside the registry drop the Meshmodel tables and restart Meshery server

Alert ErrGetUserDetailsCode-1107 could not get user details search forum
Long Description

Probable Cause

User details could not be fetched from provider Your provider may not be reachable No user exists for the provided token

Suggested Remediation

Make sure provider is reachable Make sure you are logged in Make sure you are using a valid token

Alert ErrResolvingRelationshipCode-1108 could not resolve rego relationship search forum
Long Description

Probable Cause

The rego evaluation engine failed to resolve policies Design-File/Application-File is in incorrect format The policy query is invalid The evaluation engine response is unexpected for the code written

Suggested Remediation

Make sure the design-file/application-file is a valid yaml Make sure you're proving correct rego query Make sure the server is evaluating the query correctly, add some logs

Alert ErrGetLatestVersionCode-1109 failed to get latest version of Meshery search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreateFileCode-1110 Could not create file search forum
Long Description

Probable Cause

Insufficient permission Insufficient storage

Suggested Remediation

check if sufficient permissions are available to create file check if sufficient storage is available to create file

Alert ErrLoadCertificateCode-1111 Could not load certificates associated with performance profile search forum
Long Description

Probable Cause

Remote provider might be not reachable

Suggested Remediation

try running performance profile test without using certificates, update the profile without certificates

Alert ErrCleanupCertificateCode-1112 Could not delete certificates from search forum
Long Description

Probable Cause

might be due to insufficient permissions file was deleted manually

Suggested Remediation

please delete the file if present, path:

Alert ErrDownlaodWASMFileCode-1113 failed to the WASM file search forum
Long Description

Probable Cause

Ensure that DB is not corrupted Ensure Remote Provider is working properly Ensure Meshery Server is working properly and connected to remote provider

Suggested Remediation

Try restarting Meshery server

Alert ErrFetchProfileCode-1114 Error failed to fetch profile search forum
Long Description

Probable Cause

Invalid profile ID

Suggested Remediation

Check if the profile ID is correct

Alert ErrPerformanceTestCode-1115 Load test error search forum
Long Description

Probable Cause

Load test endpoint could be not reachable

Suggested Remediation

Make sure load test endpoint is reachable

Alert ErrFetchApplicationCode-1116 Error failed to fetch applications search forum
Long Description

Probable Cause

Remote provider might be not reachable. Token might have expired.

Suggested Remediation

Refresh your browser

Alert ErrDeleteApplicationCode-1117 Error failed to delete application search forum
Long Description

Probable Cause

Application might already have been deleted You might not have enough permissions to perform the operation.

Suggested Remediation

Check the owner of the application.

Alert ErrGetEventsCode-1118 Could not retrieve events search forum
Long Description

Probable Cause

Request contains unknown query variables. Database is not reachable or corrupt.

Suggested Remediation

Check the request URL and try again.

Alert ErrUpdateEventCode-1119 search forum
Long Description

Probable Cause

Provided event status not supported Event has been deleted or does not exist Database is corrupt.

Suggested Remediation

Verify event filter settings Reset database.

Alert ErrDeleteEventCode-1120 search forum
Long Description

Probable Cause

Event might have been deleted and doesn't exist Database is corrupt.

Suggested Remediation

Verify event filter settings Reset database.

Alert ErrUnsupportedEventStatusCode-1121 search forum
Long Description

Probable Cause

Unsupported event status for your current version of Meshery Server.

Suggested Remediation

Confirm that the status you are using is valid and a supported event status. Refer to Meshery Docs for a list of event statuses. Check for availability of a new version of Meshery Server. Try upgrading to the latest version.

Alert ErrBulkUpdateEventCode-1122 Could not update status for one or more events. search forum
Long Description

Probable Cause

Event has been deleted or does not exist. The requested event status is invalid. Meshery Database is corrupt.

Suggested Remediation

Verify that the event still exists. Verify that the requested event status is supported. Visit Settings and reset the Meshery database.

Alert ErrBulkDeleteEventCode-1123 Could not delete one or more events. search forum
Long Description

Probable Cause

Event has been deleted or does not exist. Meshery Database is corrupt.

Suggested Remediation

Confirm that the status you are using is valid and a supported event status. Refer to Meshery Docs for a list of event statuses. Check for availability of a new version of Meshery Server. Try upgrading to the latest version. Visit Settings and reset the Meshery database.

Alert ErrFetchMeshSyncResourcesCode-1124 Error fetching MeshSync resources DB might be corrupted search forum
Long Description

Probable Cause

MeshSync might not be reachable from meshery

Suggested Remediation

Make sure meshery has connectivity to MeshSync Try restarting Meshery server

Alert ErrDesignSourceContentCode-1125 failed to the design content search forum
Long Description

Probable Cause

Remote provider might be not reachable Remote provider doesn't support this capability

Suggested Remediation

Ensure you have required permissions or retry after sometime.

Alert ErrGetConnectionsCode-1126 Failed to retrieve connections search forum
Long Description

Probable Cause

Unable to retrieve the connections

Suggested Remediation

Check if the cluster is connected and healthy, you can check it from k8s switcher in header

Alert ErrWritingIntoFileCode-1127 search forum
Long Description

Probable Cause

Insufficient permissions to write into file file might be corrupted

Suggested Remediation

check if sufficient permissions are givent to the file check if the file is corrupted

Alert ErrBuildOCIImgCode-1128 Failed to build OCI image search forum
Long Description

Probable Cause

unable to read source directory source directory is corrupted

Suggested Remediation

check if the source directory is valid and has sufficient permissions check if the source directory is not corrupted

Alert ErrSaveOCIArtifactCode-1129 Failed to persist OCI artifact search forum
Long Description

Probable Cause

unable to read source directory source directory is corrupted unable to persist in requested location OCI img may be corrupted

Suggested Remediation

check if the source directory is valid and has sufficient permissions check if the source directory is not corrupted check if sufficient permissions are available to write in requested location check if the OCI img is not corrupted

Alert ErrIOReaderCode-1130 Failed to read from io.Reader search forum
Long Description

Probable Cause

unable to read from io.Reader

Suggested Remediation

check if the io.Reader is valid

Alert ErrUnCompressOCIArtifactCode-1131 Failed to uncompress OCI artifact search forum
Long Description

Probable Cause

unable to uncompress OCI artifact OCI artifact may be corrupted

Suggested Remediation

check if the OCI artifact is valid and not corrupted

Alert ErrWaklingLocalDirectoryCode-1132 Failed to walk local directory search forum
Long Description

Probable Cause

unable to walk local directory local directory may be corrupted

Suggested Remediation

check if the local directory is valid and not corrupted

Alert ErrConvertingK8sManifestToDesignCode-1133 Failed to convert k8s manifest to design search forum
Long Description

Probable Cause

unable to convert k8s manifest to design k8s manifest may be corrupted incorrect source type selected

Suggested Remediation

check if the k8s manifest is valid and not corrupted check if the source type selected is Kubernetes Manifest

Alert ErrConvertingDockerComposeToDesignCode-1134 Failed to convert docker compose to design search forum
Long Description

Probable Cause

unable to convert docker compose to design docker compose may be corrupted incorrect source type selected

Suggested Remediation

check if the docker compose is valid and not corrupted check if the source type selected is Docker Compose

Alert ErrMarshallingDesignIntoYAMLCode-1135 Failed to marshal design into YAML search forum
Long Description

Probable Cause

unable to marshal design into YAML design may be corrupted

Suggested Remediation

check if the design is valid and not corrupted

Alert ErrConvertingHelmChartToDesignCode-1136 Failed to convert helm chart to design search forum
Long Description

Probable Cause

unable to convert helm chart to design helm chart may be corrupted incorrect source type selected

Suggested Remediation

check if the helm chart is valid and not corrupted check if the source type selected is Helm Chart

Alert ErrInvalidUUIDCode-1137 invalid or empty uuid search forum
Long Description

Probable Cause

provided id is not a valid uuid

Suggested Remediation

provide a valid uuid

Alert ErrErrNewDynamicClientGeneratorCode-1138 Unable to generate the dynamic client generator search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrInvalidK8SConfigCode-1139 No valid kubernetes config found search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrClientConfigCode-1140 Unable to create client config search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrFetchKubernetesNodesCode-1141 Unable to fetch kubernetes nodes search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrFetchNodesCode-1142 Unable to get the list of nodes search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrFetchKubernetesVersionCode-1143 Unable to fetch kubernetes version search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrScanKubernetesCode-1144 Unable to scan kubernetes search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrRetrievePodListCode-1145 Unable to retrieve pod list search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrDetectServiceForDeploymentImageCode-1146 Unable to detect service for deployment image search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrRetrieveNamespacesListCode-1147 Unable to get the list of namespaces search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrGetNamespaceDeploymentsCode-1148 Unable to get deployments in the namespace search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrDetectServiceWithNameCode-1149 Unable to get services from the cluster with the name given in names parameter search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not reachable from Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure the network connectivity is up between meshery server and the service endpoint

Alert ErrGeneratingLoadTestCode-1150 Unable to generate load test search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRunningTestCode-1151 Unable to run test search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrConvertingResultToMapCode-1152 Unable to convert from the result to map search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrpcSupportCode-1153 does not support gRPC load testing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrStartingNighthawkServerCode-1154 Unable to start the nighthawk server search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTransformingDataCode-1155 Error while transforming data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRunningNighthawkServerCode-1156 Error while running nighthawk server search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrAddAndValidateExtraHeaderCode-1157 Unable to add and validate extra header search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInClusterConfigCode-1158 Unable to load in-cluster kubeconfig search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNewKubeClientGeneratorCode-1159 Unable to generate new kube dynamic client search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRestConfigFromKubeConfigCode-1160 Unable to create rest config from kube congif search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNewKubeClientCode-1161 Unable to create new kube client search forum
Long Description

Probable Cause

Suggested Remediation

Critical ErrAdapterInsufficientInformationCode-1162 Unable to process adapter request, incomplete request search forum
Long Description

Probable Cause

Suggested Remediation

Critical ErrDeployingAdapterInK8sEnvCode-1163 Unable to deploy adapter in k8s env search forum
Long Description

Probable Cause

Possible issues with Kubernetes cluster configuration or network connectivity.

Suggested Remediation

Check the Kubernetes cluster's configuration, ensure necessary resources are available, and verify network connectivity.

Critical ErrUnDeployingAdapterInK8sEnvCode-1164 Unable to undeploy adapter in k8s env search forum
Long Description

Probable Cause

Possible issues with Kubernetes cluster configuration or network connectivity.

Suggested Remediation

Check the Kubernetes cluster's configuration, ensure necessary resources are available, and verify network connectivity.

Critical ErrDeployingAdapterInDockerEnvCode-1165 Unable to deploy adapter in k8s env search forum
Long Description

Probable Cause

Possible issues with Docker configuration, container networking, or resource availability.

Suggested Remediation

Check Docker configuration settings, ensure containers have proper networking access, and verify available resources.

Critical ErrUnDeployingAdapterInDockerEnvCode-1166 Unable to undeploy Meshery Adapter in Kubernetes environment search forum
Long Description

Probable Cause

Possible issues with Docker configuration, container networking, or resource availability.

Suggested Remediation

Check Docker configuration settings, ensure containers have proper networking access, and verify available resources.

Critical ErrDeployingAdapterCode-1167 Unable to deploy Meshery Adapter in the current environment search forum
Long Description

Probable Cause

Your platform is not supported for deploying Meshery Adapters

Suggested Remediation

Consider using a supported platform for deploying Meshery Adapters

Critical ErrUnDeployingAdapterCode-1168 Unable to undeploy Meshery Adapter in the current environment search forum
Long Description

Probable Cause

Current platform is not supported for undeploying Meshery Adapters

Suggested Remediation

Consider using a supported platform for undeploying Meshery Adapters

Alert ErrClientSetCode-1169 Unable to create client set search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilClientCode-1170 Kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrCreateDataCode-1171 Error while writing meshsync data search forum
Long Description

Unable to write MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrQueryCode-1172 Error while querying data search forum
Long Description

Invalid Query performed in Meshery Database

Probable Cause

Suggested Remediation

Alert ErrMeshsyncSubscriptionCode-1173 MeshSync Subscription failed search forum
Long Description

GraphQL subscription for MeshSync stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrMesheryClientCode-1174 Meshery kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery 1

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrSubscribeChannelCode-1175 Unable to subscribe to channel search forum
Long Description

Unable to create a broker subscription

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

Alert ErrPublishBrokerCode-1176 Unable to publish to broker search forum
Long Description

Unable to create a broker publisher

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

Alert ErrEmptyHandlerCode-1177 Database handler not initialized search forum
Long Description

Meshery Database handler is not accessible to perform operations

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrApplyHelmChartCode-1178 Error occurred while applying Helm Chart search forum
Long Description

Probable Cause

Kubernetes cluster might not be connected Leftover resources from partial install

Suggested Remediation

Try reinstalling Try reconnecting your kubernetes cluster Clean up artifacts from preinstalled helm release manually

Alert ErrMesheryControllersStatusSubscriptionCode-1179 Could not create meshery controllers status subcription search forum
Long Description

Meshery controller handlers may not be available

Probable Cause

Suggested Remediation

Make sure the controllers are deployed and their handlers are configured

Alert ErrMeshSyncEventsSubscriptionCode-1180 Could not create MeshSync events subcription search forum
Long Description

Meshery controller handlers may not be available

Probable Cause

Suggested Remediation

Make sure the controllers are deployed and their handlers are configured

Alert ErrMesheryClientNilCode-1181 Meshery kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery 2

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrUpdateDataCode-1182 Error while updating meshsync data search forum
Long Description

Unable to update MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrDeleteDataCode-1183 Error while deleting meshsync data search forum
Long Description

Unable to read MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrResolverInvalidRequestCode-1184 Invalid query, please check syntax search forum
Long Description

The Graphql query requested is invalid

Probable Cause

Suggested Remediation

Check the query parameters and syntax of the query being run

Alert ErrResolverNilClientCode-1185 Kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrResolverMeshsyncSubscriptionCode-1186 MeshSync Subscription failed search forum
Long Description

GraphQL subscription for MeshSync stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrResolverOperatorSubscriptionCode-1187 Operator Subscription failed search forum
Long Description

GraphQL subscription for Operator stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrAddonSubscriptionCode-1188 Addons Subscription failed search forum
Long Description

GraphQL subscription for Addons stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrResolverControlPlaneSubscriptionCode-1189 Control Plane Subscription failed search forum
Long Description

GraphQL subscription for Control Plane stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrMesheryClientCode-1190 Meshery kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery 1

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrResolverPublishBrokerCode-1191 Unable to publish to broker search forum
Long Description

Unable to create a broker publisher

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

Alert ErrNoMeshSyncCode-1192 MeshSync disabled search forum
Long Description

MeshSync custom controller is not running in your kubernetes cluster

Probable Cause

Meshery Operator is not running in your cluster or is crashing

Suggested Remediation

Enable Meshery Operator from the settings page in the UI Check for logs in the meshery-operator pods from inside the application for more information

Alert ErrDataPlaneSubscriptionCode-1193 Data Plane Subscription failed search forum
Long Description

GraphQL subscription for Data Plane stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrBrokerNotConnectedCode-1194 Broker not connected search forum
Long Description

Meshery Broker is not connected to Meshery Server

Probable Cause

Meshery Broker is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server has access to the Broker

Alert ErrGettingNamespaceCode-1195 Cannot get available namespaces search forum
Long Description

Probable Cause

The table in the database might not exist

Suggested Remediation

Alert ErrFetchingPatternsCode-1196 Cannot fetch designs search forum
Long Description

Probable Cause

There might be something wrong with the Meshery or Meshery Cloud

Suggested Remediation

Try again, if still exist, please post an issue on Meshery repository

Alert ErrInvalidOAMTypeCode-1197 invalid oam type is requested search forum
Long Description

invalid oam type requested, supported types are workload, scope, trait

Probable Cause

Suggested Remediation

Alert ErrKubectlDescribeCode-1198 failed to find the resource invalid resource type resource doens't exists search forum
Long Description

invalid kubernetes resource type or couldn't find the specified resource

Probable Cause

Suggested Remediation

Alert ErrEmptyCurrentK8sContextCode-1199 Current kubernetes context is empty search forum
Long Description

Meshery is not able to get the current kubernetes context

Probable Cause

Meshery is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrConfigurationPatternsCode-1200 Configuration Subscription failed search forum
Long Description

GraphQL subscription for designs stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrConfigurationApplicationsCode-1201 Configuration Subscription failed search forum
Long Description

GraphQL subscription for Applications stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrConfigurationFiltersCode-1202 Configuration Subscription failed search forum
Long Description

GraphQL subscription for Filters stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrK8sContextCode-1203 Failed to get k8s context from remote provider search forum
Long Description

There might be something wrong with the Meshery or Meshery Cloud

Probable Cause

Could be a network issue

Suggested Remediation

Alert ErrClusterResourcesSubscriptionCode-1204 ClusterResources Subscription failed search forum
Long Description

GraphQL subscription for ClusterResources Subscription stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrGettingClusterResourcesCode-1205 Unable to retrieve cluster resources search forum
Long Description

Probable Cause

Table in the database might not exists

Suggested Remediation

Alert ErrMeshModelSummarySubscriptionCode-1206 MeshModelSummary Subscription failed search forum
Long Description

GraphQL subscription for MeshModelSummary Subscription stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrGettingMeshModelSummaryCode-1207 Unable to retrieve MeshModel Summary search forum
Long Description

Probable Cause

Table in the database might not exists

Suggested Remediation

Alert ErrGettingRegistryManagerCode-1208 Unable to retrieve Registry Manager search forum
Long Description

Probable Cause

Registry Manager might not exists

Suggested Remediation

Alert ErrGettingTelemetryComponentsCode-1209 unable to retrieve telemetry components search forum
Long Description

Probable Cause

table in the database might be corrupted

Suggested Remediation

try resetting database from settings

Critical ErrAdapterInsufficientInformationCode-1210 Unable to process adapter request, incomplete request search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPerformanceProfilesSubscriptionCode-1211 PerformanceProfiles Subscription failed search forum
Long Description

GraphQL subscription for PerformanceProfiles stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrPerformanceResultSubscriptionCode-1212 PerformanceResult Subscription failed search forum
Long Description

GraphQL subscription for PerformanceResult stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrGormDatabaseCode-1213 Database operation failed search forum
Long Description

Database operation failed. Please ensure that the database isn't corrupted

Probable Cause

Could be a db issue

Suggested Remediation

Confirm that database connection is working as expected.

Alert ErrInvalidTransitionCode-1214 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidTransitionEventCode-1215 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInititalizeK8sMachineCode-1216 Provided connection id is invalid search forum
Long Description

Probable Cause

Provided ID is not a valid uuid.

Suggested Remediation

Hard delete and reinitialise the connection process.

Alert ErrAssetMachineCtxCode-1217 type assertion of context to *kubernetes.MachineCtx failed search forum
Long Description

Probable Cause

The machine context has become invalid.

Suggested Remediation

Retry the opereation or try archiving and reinitializing the connection

Alert ErrInvalidTypeCode-1218 Provided connection id is invalid search forum
Long Description

Probable Cause

Provided ID is not a valid uuid.

Suggested Remediation

Hard delete and reinitialise the connection process.

Alert ErrAutoRegisterCode-1219 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaClientCode-1220 Unable to initialize Grafana Client search forum
Long Description

Unable to initializes client for interacting with an instance of Grafana server

Probable Cause

Invalid Grafana Endpoint or API-Key

Suggested Remediation

Update your Grafana URL and API-Key from the settings page in the UI

Alert ErrPageSizeCode-1221 Unable to prase the Page Size search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPageNumberCode-1222 Unable to prase the Page Numer search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrResultIDCode-1223 Given resultID is not valid search forum
Long Description

Given resultID is nil

Probable Cause

Suggested Remediation

Alert ErrPerfIDCode-1224 Invalid peformance profile ID search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMarshalCode-1225 Unable to marshal the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed has json tags

Alert ErrUnmarshalCode-1226 Unable to unmarshal the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

Alert ErrGenerateUUIDCode-1227 Unable to generate a new UUID search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLocalProviderSupportCode-1228 Method not supported by local provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaOrgCode-1229 Failed to get Org data from Grafana search forum
Long Description

Probable Cause

Invalid URL Invalid API-Key

Suggested Remediation

Alert ErrGrafanaBoardsCode-1230 Unable to get Grafana Boards search forum
Long Description

Probable Cause

Grafana endpoint might not be reachable from meshery Grafana endpoint is incorrect

Suggested Remediation

Check if your Grafana endpoint is correct Connect to Grafana from the settings page in the UI

Alert ErrGrafanaDashboardCode-1231 Error getting grafana dashboard from UID search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaDataSourceCode-1232 Error getting Grafana Board's Datasource search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilQueryCode-1233 Query data passed is nil search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaDataCode-1234 Error getting data from Grafana API search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrApplicationFileNameCode-1235 Invalid Applicationfile search forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

Alert ErrFilterFileNameCode-1236 Invalid Filterfile search forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

Alert ErrPatternFileNameCode-1237 Invalid Patternfile search forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

Alert ErrMakeDirCode-1238 Unable to create directory/folder search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFolderStatCode-1239 Unable to find (os.stat) the folder search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUserIDCode-1240 User ID is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBConnectionCode-1241 Connection to DataBase does not exist search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilConfigDataCode-1242 Given config data is nil search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBOpenCode-1243 Unable to open the database search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBRLockCode-1244 Unable to obtain read lock from bitcask store search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBLockCode-1245 Unable to obtain write lock from bitcask store search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBReadCode-1246 Unable to read data from bitcast store search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBDeleteCode-1247 Unable to delete config data for the user search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCopyCode-1248 Error occurred while copying search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBPutCode-1249 Unable to Persist config data. search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusGetNodesCode-1250 Prometheus Client unable to get all nodes search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusLabelSeriesCode-1251 Unable to get the label set series search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusQueryRangeCode-1252 Unable to fetch data for the query search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusStaticBoardCode-1253 Unbale to get Static Boards search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenRefreshCode-1254 Error occurred while Refresing the token search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetTokenCode-1255 Error occurred while getting token from the Browser Cookie search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDataReadCode-1256 Error occurred while reading from the Reader search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenDecodeCode-1257 Error occurred while Decoding Token Data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilJWKsCode-1258 Invalid JWks search forum
Long Description

Value of JWKs is nil

Probable Cause

Suggested Remediation

Alert ErrNilKeysCode-1259 Key not found search forum
Long Description

JWK not found for the given KeyID

Probable Cause

Suggested Remediation

Alert ErrTokenExpiredCode-1260 Token has expired search forum
Long Description

Token is invalid, it has expired

Probable Cause

Suggested Remediation

Alert ErrTokenClaimsCode-1261 Error occurred while prasing claims search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenClientCheckCode-1262 Error occurred while performing token check HTTP request search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenPraseCode-1263 Error occurred while Prasing and validating the token search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrJWKsKeysCode-1264 Unable to fetch JWKs keys from the remote provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDecodeBase64Code-1265 Error occurred while decoding base65 string search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMarshalPKIXCode-1266 Error occurred while marshaling PKIX search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEncodingPEMCode-1267 Error occurred while encoding jwk to pem search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPraseUnverifiedCode-1268 Error occurred while prasing tokens (unverified) search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEncodingCode-1269 Error encoding the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

Alert ErrFetchCode-1270 Unable to fetch data from the Provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPostCode-1271 Unable to post data to the Provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDeleteCode-1272 Unable to de-register Meshery Server from Remote Provider search forum
Long Description

Probable Cause

Network connectivity to Remote Provider may not be available. Session might have expired; token could be invalid.

Suggested Remediation

Verify that the Remote Provider is available. Ensure that you have an active session / valid token.

Alert ErrInvalidCapabilityCode-1273 Capablity is not supported by your Provider search forum
Long Description

You dont have access to the capability

Probable Cause

Not logged in to the vaild remote Provider

Suggested Remediation

Connect to the vaild remote Provider Ask the Provider Adim for access

Alert ErrResultDataCode-1274 given result data is nil search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUnableToPersistsResultCode-1275 unable to persists the result data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrValidURLCode-1276 Enter valid URLs search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTestEndpointCode-1277 minimum one test endpoint needs to be specified search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadgeneratorCode-1278 specify valid Loadgenerator search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProtocolCode-1279 specify the Protocol for all clients search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTestClientCode-1280 minimum one test client needs to be specified search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParsingTestCode-1281 error parsing test duration, please refer to: https://docs.meshery.io/guides/mesheryctl#performance-management search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFieldCode-1282 Error: name field is blank search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFetchDataCode-1283 unable to fetch result data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrIndexOutOfRangeCode-1284 Error: index out of range search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSessionCopyCode-1285 Error: session copy error search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSavingSeededComponentsCode-1286 Error while saving sample search forum
Long Description

Probable Cause

User doesn't have permission to save content.\nDatabase unreachable.\nDatabase locked or corrupt.\nContent unsupported.

Suggested Remediation

Retry fetching content\nRetry sigining in\nLogin with correct user account\nRetry after deleting '~/.meshery/config'.

Alert ErrGettingSeededComponentsCode-1287 Error while getting from sample content search forum
Long Description

Probable Cause

Sample content does not exist.\nContent file format not supported.\nUser doesn't have permission to read sample content.\nContent file corrupt.

Suggested Remediation

Try restarting Meshery.\nTry fetching content again.

Alert ErrDownloadingSeededComponentsCode-1288 search forum
Long Description

Probable Cause

The content is not present at the specified url endpoint HTTP requests failed

Suggested Remediation

Make sure the content is available at the endpoints Make sure that Github is reachable and the http requests are not failing

Alert ErrContextIDCode-1289 Error: Context ID is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMesheryInstanceIDCode-1290 Error: Meshery Instance ID is empty or is invalid search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMesheryNotInClusterCode-1291 Error: Meshery is not running inside a cluster search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrBrokerNotFoundCode-1292 Meshery broker not found search forum
Long Description

Unable to find meshery broker in the cluster

Probable Cause

Invalid Grafana Endpoint or API-Key

Suggested Remediation

Update your Grafana URL and API-Key from the settings page in the UI

Alert ErrCreateOperatorDeploymentConfigCode-1293 Operator deployment configuration could not be created. search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRequestMeshsyncStoreCode-1294 Meshsync store request could not be issued search forum
Long Description

Probable Cause

Suggested Remediation

Make sure meshery broker is healthy

Alert ErrBrokerSubscriptionCode-1295 Could not subscribe to the broker subject search forum
Long Description

Probable Cause

Suggested Remediation

Make sure meshery broker is healthy

Alert ErrContextAlreadyPersistedCode-1296 kubernetes context already persisted with provider search forum
Long Description

kubernetes context already persisted with provider

Probable Cause

Suggested Remediation

Alert ErrGetPackageCode-1297 Could not get the package search forum
Long Description

Probable Cause

Suggested Remediation

Make sure the configurations are correct

Alert ErrTokenRevokeCode-1298 Error occurred while revoking the token search forum
Long Description

Probable Cause

Unable to revoke token. Token appears to be a malformed base64 token.

Suggested Remediation

Try logging out (again) in order to fully close your session (and revoke the session token).

Alert ErrTokenIntrospectCode-1299 token introspection failed search forum
Long Description

Probable Cause

Invalid session token. Token has revoked.

Suggested Remediation

Login again to establish a new session with valid token.

Alert ErrShareDesignCode-1300 cannot make design public search forum
Long Description

Probable Cause

email address provided might not be valid insufficient permission

Suggested Remediation

Ensure that you are the owner of the design you are sharing Try again later Try using an alternate email address

Alert ErrUnreachableRemoteProviderCode-1301 Could not reach remote provider search forum
Long Description

Probable Cause

Remote provider server may be down or not accepting requests.

Suggested Remediation

Make sure remote provider server is healthy and accepting requests.

Alert ErrShareFilterCode-1302 Cannot make filter public search forum
Long Description

Probable Cause

Email address provided might not be valid Verify that you have sufficient permission to share the filter. You should be the owner of the filter

Suggested Remediation

Verify the spelling of the email address. Try using an alternate email address. Ensure that you are the owner of the filter you are sharing or have sharing permission assigned.

Alert ErrPersistEventCode-1303 Could not persist event search forum
Long Description

Probable Cause

Database could be down or not reachable Meshery Database handler is not accessible to perform operations

Suggested Remediation

Restart Meshery Server or Perform Hard Reset

Alert ErrUnreachableKubeAPICode-1304 search forum
Long Description

Probable Cause

The Kubernetes API server is not reachable. Credentials are invalid.

Suggested Remediation

Verify network connectivity and Kubernetes API responsiveness between Meshery Server and your cluster. Ensure client credential is not expired and is properly formed. Remove the cluster credential and enable 'insecure-skip-tls-verify'.

Alert ErrFlushMeshSyncDataCode-1305 Unable to flush MeshSync data for context %s at %s search forum
Long Description

Probable Cause

Meshery Database handler is not accessible to perform operations

Suggested Remediation

Restart Meshery Server or Perform Hard Reset

Alert ErrUpdateConnectionStatusCode-1306 Unable to update connection status search forum
Long Description

Probable Cause

Connection was already deleted User might not have necessary privileges

Suggested Remediation

Try refresing, you might be seeing stale data on the dashboard Check if the user has necessary privileges

Alert ErrResultNotFoundCode-1307 search forum
Long Description

The record in the database does not exist.

Probable Cause

The record might have been deleted.

Suggested Remediation

Alert ErrPersistCredentialCode-1308 unable to persist credential details search forum
Long Description

Probable Cause

The credential object is not valid

Suggested Remediation

Ensure all the required fields are provided

Alert ErrPersistConnectionCode-1309 unable to persist connection details search forum
Long Description

Probable Cause

The connection object is not valid

Suggested Remediation

Ensure all the required fields are provided

Alert ErrPrometheusScanCode-1310 Unable to connect to prometheus search forum
Long Description

Probable Cause

Prometheus endpoint might not be reachable from meshery Prometheus endpoint is incorrect

Suggested Remediation

Check if your Prometheus endpoint are correct Connect to Prometheus from the settings page in the UI

Alert ErrGrafanaScanCode-1311 Unable to connect to grafana search forum
Long Description

Probable Cause

Grafana endpoint might not be reachable from meshery Grafana endpoint is incorrect

Suggested Remediation

Check if your Grafana Endpoint is correct Connect to Grafana from the settings page in the UI

Alert ErrDBCreateCode-1312 Unable to create record search forum
Long Description

Probable Cause

Record already exist Database connection is not reachable

Suggested Remediation

Delete the record or try updating the record instead of recreating Rest the database connection

Alert ErrCreatingKubernetesComponentsCode-1313 search forum
Long Description

Probable Cause

component generation was canceled due to deletion or reload of K8s context Invalid kubeconfig Filters passed incorrectly in config Could not fetch API resources from Kubernetes server

Suggested Remediation

If there is the log \"Starting to register ...\" for the same contextID after this error means that for some reason the context was reloaded which caused this run to abort. In that case, this error can be ignored. Make sure that the configuration filters passed are in accordance with output from /openapi/v2

Alert ErrGetK8sComponentsCode-1314 Could not get K8s components for registration search forum
Long Description

Probable Cause

Invalid kubeconfig Filters passed incorrectly in config Could not fetch API resources from Kubernetes server

Suggested Remediation

Make sure that the configuration filters passed are in accordance with output from /openapi/v2

Alert ErrParseK8sManifestCode-1315 Failed to parse manifest into JSON search forum
Long Description

Probable Cause

Ensure manifests are valid and also use the restricted YAML features like using only \"strings\" in the field names

Suggested Remediation

Ensure YAML is a valid Kubernetes Manifest

Alert ErrCreatePatternServiceCode-1316 Failed to create design service from Manifest search forum
Long Description

Probable Cause

Invalid Manifest Meshery doesn't identifies the Resource mentioned in the Manifest

Suggested Remediation

Check if all of the meshery adapters are running Check if Meshery has successfully identified and registered Kubernetes components

Alert ErrPatternFromCytoscapeCode-1317 Could not create design file from given cytoscape search forum
Long Description

Probable Cause

Invalid cytoscape body Service name is empty for one or more services _data does not have correct data

Suggested Remediation

Make sure cytoscape is valid Check if valid service name was passed in the request Make sure _data field has \"settings\" field

Alert ErrDryRunCode-1318 error performing a dry run on the design search forum
Long Description

Probable Cause

Suggested Remediation

Top



Meshery Adapter for meshery-traefik-mesh

Severity Error Name - Code Short Description Discussion
Alert ErrApplyHelmChartCode-1012 Error occurred while applying Helm Chart search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilClientCode-1013 kubernetes client not initialized search forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adapter to Meshery server

Alert ErrInvalidOAMComponentTypeCode-1014 invalid OAM component name: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTraefikCoreComponentFailCode-1015 error in Traefik core component search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProcessOAMCode-1016 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseTraefikCoreComponentCode-1017 Traefik core component manifest parsing failing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1018 error parsing the component search forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery Server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

Alert ErrParseOAMConfigCode-1019 error parsing the configuration search forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

Alert ErrGetLatestReleaseCode-1020 Could not get latest version search forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

Alert ErrEmptyConfigCode-1029 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleasesCode-1030 Unable to fetch release info search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1031 Failed to extract release names search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInstallTraefikCode-1032 Error with traefik operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreatingHelmIndexCode-1033 Error while creating Helm Index search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEntryWithAppVersionNotExistsCode-1034 Entry for the app version does not exist search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrHelmRepositoryNotFoundCode-1035 Helm repo not found search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDecodeYamlCode-1036 Error occurred while decoding YAML search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMeshConfigCode-1037 Error configuration mesh search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrConvertingAppVersionToChartVersionCode-1038 Error occurred while converting app version to chart version search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreatingTraefikMeshClientCode-1039 Unable to create a new NSM client search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSampleAppCode-1040 Error with sample app operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCustomOperationCode-1041 Error with custom operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrOpInvalidCode-1042 Invalid operation search forum
Long Description

Probable Cause

Suggested Remediation

Top



meshery-adapter-library library

Severity Error Name - Code Short Description Discussion
ErrGetNameCode-1000 search forum
Long Description

Probable Cause

Suggested Remediation

ErrCreateInstanceCode-1001 search forum
Long Description

Probable Cause

Suggested Remediation

ErrMeshConfigCode-1002 search forum
Long Description

Probable Cause

Suggested Remediation

ErrValidateKubeconfigCode-1003 search forum
Long Description

Probable Cause

Suggested Remediation

ErrClientConfigCode-1004 search forum
Long Description

Probable Cause

Suggested Remediation

ErrClientSetCode-1005 search forum
Long Description

Probable Cause

Suggested Remediation

ErrStreamEventCode-1006 search forum
Long Description

Probable Cause

Suggested Remediation

ErrOpInvalidCode-1007 search forum
Long Description

Probable Cause

Suggested Remediation

ErrApplyOperationCode-1008 search forum
Long Description

Probable Cause

Suggested Remediation

ErrListOperationsCode-1009 search forum
Long Description

Probable Cause

Suggested Remediation

ErrNewSmiCode-1010 search forum
Long Description

Probable Cause

Suggested Remediation

ErrRunSmiCode-1011 search forum
Long Description

Probable Cause

Suggested Remediation

Top



Meshery Adapter for meshery-istio

Severity Error Name - Code Short Description Discussion
Alert ErrEmptyConfigCode-1000 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleasesCode-1001 unable to fetch release info search forum
Long Description

Unable to get the latest release info from the GithubAPI

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more info

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1002 failed to extract release names search forum
Long Description

Probable Cause

Invalid release format

Suggested Remediation

Alert ErrInstallUsingIstioctlCode-1003 Error with istio operation search forum
Long Description

Error occurred while installing istio mesh through istioctl

Probable Cause

Suggested Remediation

Alert ErrUnzipFileCode-1004 Error while unzipping search forum
Long Description

Probable Cause

File might be corrupt

Suggested Remediation

Alert ErrTarXZFCode-1005 Error while extracting file search forum
Long Description

Probable Cause

/The gzip might be corrupt

Suggested Remediation

Alert ErrMeshConfigCode-1006 Error configuration mesh search forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Alert ErrRunIstioCtlCmdCode-1007 Error running istioctl command search forum
Long Description

Probable Cause

Corrupted istioctl binary Command might be invalid

Suggested Remediation

Alert ErrSampleAppCode-1008 Error with sample app operation search forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

Alert ErrEnvoyFilterCode-1009 Error with envoy filter operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrApplyPolicyCode-1010 Error with apply policy operation search forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

Alert ErrCustomOperationCode-1011 Error with custom operation search forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Alert ErrAddonFromTemplateCode-1012 Error with addon install operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidInstallationProfileCode-1013 Error while installing istio due to wrong profile search forum
Long Description

Probable Cause

Invalid profile passed

Suggested Remediation

Provide one of the profiles: \"demo\",\"minimal\",\"default\" profiles

Alert ErrCreatingIstioClientCode-1014 Unable to create a new istio client search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrIstioVetSyncCode-1015 Failed to sync search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrIstioVetCode-1016 error while running Istio vet command search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1017 error parsing the component search forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

Alert ErrParseOAMConfigCode-1018 error parsing the configuration search forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

Alert ErrNilClientCode-1019 kubernetes client not initialized search forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

Alert ErrParseIstioCoreComponentCode-1020 istio core component manifest parsing failing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidOAMComponentTypeCode-1021 invalid OAM component name: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrOpInvalidCode-1022 Invalid operation search forum
Long Description

Istio adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

Alert ErrIstioCoreComponentFailCode-1023 error in istio core component search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProcessOAMCode-1024 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrApplyHelmChartCode-1025 Error occurred while applying Helm Chart search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGettingIstioReleaseCode-1026 Error occurred while fetching Istio release artifacts search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUnsupportedPlatformCode-1027 requested platform is not supported by Istio search forum
Long Description

Istio only supports Windows, Linux and Darwin

Probable Cause

Suggested Remediation

Alert ErrIstioctlNotFoundCode-1028 Unable to find Istioctl search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDownloadingTarCode-1029 Error occurred while downloading Istio tar search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUnpackingTarCode-1030 Error occurred while unpacking tar search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMakingBinExecutableCode-1031 Error while making istioctl an executable search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadNamespaceCode-1032 Error while labeling namespace: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFetchIstioVersionsCode-1033 could not get any istio versions search forum
Long Description

versions for istio could not be fetched

Probable Cause

could not reach github.com/istio/istio/releases no versions could be fetched from istio release page

Suggested Remediation

make sure adapter is reachable to github

Top



Meshery Adapter for meshery-cilium

Severity Error Name - Code Short Description Discussion
Alert ErrInstallCiliumCode-1000 Error with Cilium operation search forum
Long Description

Error occurred while installing Cilium mesh through Cilium

Probable Cause

Suggested Remediation

Alert ErrTarXZFCode-1001 Error while extracting file search forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Retry the operation

Alert ErrMeshConfigCode-1002 Error configuration mesh search forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Reconnect the adaptor to the meshkit server

Alert ErrRunCiliumCmdCode-1003 Error running cilium command search forum
Long Description

Probable Cause

Corrupted cilium binary Command might be invalid

Suggested Remediation

Alert ErrDownloadBinaryCode-1004 Error downloading Cilium binary search forum
Long Description

Error occurred while download Cilium binary from its github release

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more details

Suggested Remediation

Alert ErrInstallBinaryCode-1005 Error installing Cilium binary search forum
Long Description

Probable Cause

Corrupted Cilium release binary Invalid installation location

Suggested Remediation

Alert ErrSampleAppCode-1006 Error with sample app operation search forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to Meshery Server to refresh the kubeclient

Alert ErrCustomOperationCode-1007 Error with custom operation search forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Upload the kubconfig in the Meshery Server and reconnect the adapter

Alert ErrCreatingNSCode-1008 Error creating namespace search forum
Long Description

Error occurred while applying manifest to create a namespace

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Upload the kubeconfig in the Meshery Server and reconnect the adapter

Alert ErrRunExecutableCode-1009 Error running executable search forum
Long Description

Probable Cause

Corrupted binary Invalid operation

Suggested Remediation

Check if the adaptor is executing a deprecated command

ErrSidecarInjectionCode-1010 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrOpInvalidCode-1011 Invalid operation search forum
Long Description

Cilium adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

Alert ErrApplyHelmChartCode-1012 Error occurred while applying Helm Chart search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilClientCode-1013 kubernetes client not initialized search forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

Alert ErrInvalidOAMComponentTypeCode-1014 invalid OAM component name: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCiliumCoreComponentFailCode-1015 error in Cilium core component search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProcessOAMCode-1016 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseCiliumCoreComponentCode-1017 Cilium core component manifest parsing failing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1018 error parsing the component search forum
Long Description

Error occurred while prasing application component in the OAM request made

Probable Cause

Invalid OAM component passed in OAM request

Suggested Remediation

Check if your request has vaild OAM components

Alert ErrParseOAMConfigCode-1019 error parsing the configuration search forum
Long Description

Error occurred while prasing component config in the OAM request made

Probable Cause

Invalid OAM config passed in OAM request

Suggested Remediation

Check if your request has vaild OAM config

Alert ErrGetLatestReleaseCode-1020 Could not get latest version search forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

Alert ErrEmptyConfigCode-1021 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleasesCode-1022 Unable to fetch release info search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1023 Failed to extract release names search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetManifestNamesCode-1024 Unable to fetch manifest names from github search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMakingBinExecutableCode-1025 Error while making cilium cli an executable search forum
Long Description

Probable Cause

Download might be corrupted.

Suggested Remediation

Please retry operation.

Alert ErrLoadNamespaceCode-1026 Error occurred while applying namespace search forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

Alert ErrUnpackingTarCode-1027 Error occurred while unpacking tar search forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Please retry operation.

Alert ErrUnzipFileCode-1028 Error while unzipping search forum
Long Description

Probable Cause

File might be corrupt

Suggested Remediation

Please retry operation.

Alert ErrDownloadingTarCode-1029 Error occurred while downloading Cilium tar search forum
Long Description

Probable Cause

Error occurred while download cilium tar from its release url

Suggested Remediation

Checkout https://github.com/cilium/cilium-cli/releases/download/<release>/cilium-<platform>-<arch>.tar.gz for more details

Alert ErrGettingReleaseCode-1030 Could not get latest version search forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

Verify network connectivity. Ensure github.com is reachable. Try retrying the operation.

Alert ErrFetchCiliumVersionsCode-1031 could not get any cilium versions search forum
Long Description

versions for cilium could not be fetched

Probable Cause

could not reach github.com/cilium/cilium/releases no versions could be fetched from cilium release page

Suggested Remediation

make sure adapter is reachable

Top



Meshery Adapter for nsm

Severity Error Name - Code Short Description Discussion
Alert ErrEmptyConfigCode-1000 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleasesCode-1001 unable to fetch release info: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1002 failed to extract release names: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInstallNSMCode-1003 Error with nsm operation: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreatingHelmIndexCode-1004 Error with nsm operation: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEntryWithAppVersionNotExistsCode-1005 Entry: with app version : does not exists search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrHelmRepositoryNotFoundCode-1006 Either the repo : does not exists or is corrupt: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDecodeYamlCode-1007 Error decoding yaml: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMeshConfigCode-1008 Error configuration mesh: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrApplyHelmChartCode-1009 Error applying helm chart: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrConvertingAppVersionToChartVersionCode-1010 Error converting app version to chart version: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreatingNSMMeshClientCode-1011 Unable to create a new nsm client: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSampleAppCode-1012 Error with sample app operation: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCustomOperationCode-1013 Error with custom operation: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrOpInvalidCode-1014 Invalid operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadNamespaceCode-1015 Error while labeling namespace: search forum
Long Description

Probable Cause

Suggested Remediation

Top



meshkit library

Severity Error Name - Code Short Description Discussion
Alert ErrGetCrdNamesCode-1001 Error getting crd names search forum
Long Description

Probable Cause

Could not execute kubeopenapi-jsonschema correctly

Suggested Remediation

Make sure the binary is valid and correct Make sure the filter passed is correct

Alert ErrGetSchemasCode-1002 Error getting schemas search forum
Long Description

Probable Cause

Schemas Json could not be produced from given crd.

Suggested Remediation

Make sure the filter passed is correct

Alert ErrGetAPIVersionCode-1003 Error getting api version search forum
Long Description

Probable Cause

Api version could not be parsed

Suggested Remediation

Make sure the filter passed is correct

Alert ErrGetAPIGroupCode-1004 Error getting api group search forum
Long Description

Probable Cause

Api group could not be parsed

Suggested Remediation

Make sure the filter passed is correct

Alert ErrPopulatingYamlCode-1005 Error populating yaml search forum
Long Description

Probable Cause

Yaml could not be populated with the returned manifests

Suggested Remediation

Alert ErrAbsentFilterCode-1006 Error with passed filters search forum
Long Description

Probable Cause

ItrFilter or ItrSpecFilter is either not passed or empty

Suggested Remediation

Pass the correct ItrFilter and ItrSpecFilter

Alert ErrNoneDatabaseCode-11010 No Database selected search forum
Long Description

Probable Cause

database name is empty

Suggested Remediation

Input a name for the database

Alert ErrDatabaseOpenCode-11011 Unable to open database search forum
Long Description

Probable Cause

Database is unreachable

Suggested Remediation

Make sure your database is reachable

Alert ErrSQLMapUnmarshalJSONCode-11012 failed to unmarshal json search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSQLMapUnmarshalTextCode-11013 failed to unmarshal text search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSQLMapMarshalValueCode-11014 failed to marshal value search forum
Long Description

Probable Cause

Suggested Remediation

ErrSQLMapUnmarshalScannedCode-11015 search forum
Long Description

Probable Cause

Suggested Remediation

ErrSQLMapInvalidScanCode-11016 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClosingDatabaseConnectionCode-11017 failed to close database connection search forum
Long Description

Probable Cause

Invalid database instance passed.

Suggested Remediation

Make sure the DB handler has a valid database instance.

Alert ErrApplyManifestCode-11021 Error Applying manifest search forum
Long Description

Probable Cause

Manifest could be invalid

Suggested Remediation

Make sure manifest yaml is valid

Alert ErrServiceDiscoveryCode-11022 Error Discovering service search forum
Long Description

Probable Cause

Network not reachable to the service

Suggested Remediation

Make sure the endpoint is reachable

Alert ErrApplyHelmChartCode-11023 Error applying helm chart search forum
Long Description

Probable Cause

Chart could be invalid

Suggested Remediation

Make sure to apply valid chart

Alert ErrNewKubeClientCode-11024 Error creating kubernetes clientset search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrNewDynClientCode-11025 Error creating dynamic client search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrNewDiscoveryCode-11026 Error creating discovery client search forum
Long Description

Probable Cause

Discovery resource is invalid or doesnt exist

Suggested Remediation

Makes sure the you input valid resource for discovery

Alert ErrNewInformerCode-11027 Error creating informer client search forum
Long Description

Probable Cause

Informer is invalid or doesnt exist

Suggested Remediation

Makes sure the you input valid resource for the informer

Alert ErrEndpointNotFoundCode-11028 Unable to discover an endpoint search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidAPIServerCode-11029 Invalid API Server URL search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadConfigCode-11030 Error loading kubernetes config search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrValidateConfigCode-11031 Validation failed in the kubernetes config search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrSelectorBasedMapCode-11036 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProtocolBasedMapCode-11037 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLableBasedMapCode-11038 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPortParsingCode-11039 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGenerateServiceCode-11040 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrConstructingRestHelperCode-11041 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreatingServiceCode-11042 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUnmarshalCode-11043 Unmarshal unknown error: %s search forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

Alert ErrUnmarshalInvalidCode-11044 Unmarshal invalid error for type: search forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

Alert ErrUnmarshalSyntaxCode-11045 Unmarshal syntax error at offest: search forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

Alert ErrUnmarshalTypeCode-11046 Unmarshal type error at key: %s. Error: %s search forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

Alert ErrUnmarshalUnsupportedTypeCode-11047 Unmarshal unsupported type error at key: search forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

Alert ErrUnmarshalUnsupportedValueCode-11048 Unmarshal unsupported value error at key: search forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

Alert ErrMarshalCode-11049 Marshal error, Description: %s search forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

Alert ErrGetBoolCode-11050 Error while getting Boolean value for key: %s, error: %s search forum
Long Description

Probable Cause

Not a valid boolean

Suggested Remediation

Make sure it is a boolean

Alert ErrInvalidProtocolCode-11051 invalid protocol: only http, https and file are valid protocols search forum
Long Description

Probable Cause

Network protocol is incorrect

Suggested Remediation

Make sure to specify the right network protocol

Alert ErrRemoteFileNotFoundCode-11052 remote file not found at search forum
Long Description

Probable Cause

File doesnt exist in the location File name is incorrect

Suggested Remediation

Make sure to input the right file name and location

Alert ErrReadingRemoteFileCode-11053 error reading remote file search forum
Long Description

Probable Cause

File doesnt exist in the location File name is incorrect

Suggested Remediation

Make sure to input the right file name and location

Alert ErrReadingLocalFileCode-11054 error reading local file search forum
Long Description

Probable Cause

File doesnt exist in the location File name is incorrect

Suggested Remediation

Make sure to input the right file name and location

Fatal ErrViperCode-11056 Viper configuration initialization failed search forum
Long Description

Probable Cause

Viper is crashing

Suggested Remediation

Make sure viper is configured properly

Fatal ErrInMemCode-11057 InMem configuration initialization failed search forum
Long Description

Probable Cause

In memory map is crashing

Suggested Remediation

Make sure map is configured properly

Alert ErrPodHasNoLabelsCode-11058 the pod has no labels and cannot be exposed search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrServiceHasNoSelectorsCode-11059 the service has no pod selector set search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidDeploymentNoSelectorsLabelsCode-11060 the deployment has no labels or selectors and cannot be exposed search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidDeploymentNoSelectorsCode-11061 invalid deployment: no selectors, therefore cannot be exposed search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidReplicaNoSelectorsLabelsCode-11062 the replica set has no labels or selectors and cannot be exposed search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidReplicaSetNoSelectorsCode-11063 invalid replicaset: no selectors, therefore cannot be exposed search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNoPortsFoundForHeadlessResourceCode-11064 no ports found for the non headless resource search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUnknownSessionAffinityErrCode-11065 unknown session affinity: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMatchExpressionsConvertionErrCode-11066 couldn't convert expressions - to map-based selector format search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFailedToExtractPodSelectorErrCode-11067 cannot extract pod selector from search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFailedToExtractPortsCode-11068 cannot extract ports from search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFailedToExtractProtocolsErrCode-11069 cannot extract protocols from search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCannotExposeObjectErrCode-11070 cannot expose a search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrControllerCode-11071 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidSizeFileCode-11072 search forum
Long Description

Could not read the file while walking the repo

Probable Cause

Given file size is either 0 or exceeds the limit of 50 MB

Suggested Remediation

Alert ErrCloningRepoCode-11073 could not clone the repo search forum
Long Description

Probable Cause

Suggested Remediation

Top



Meshery Adapter for meshery-linkerd

Severity Error Name - Code Short Description Discussion
Alert ErrEmptyConfigCode-1000 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleasesCode-1001 unable to fetch release info search forum
Long Description

Unable to get the latest release info from the GithubAPI

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more info

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1002 failed to extract release names search forum
Long Description

Probable Cause

Invalid release format

Suggested Remediation

Alert ErrInstallLinkerdCode-1003 Error with Linkerd operation: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMeshConfigCode-1004 Error configuration mesh: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFetchManifestCode-1005 Error fetching mesh manifest: %s search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDownloadBinaryCode-1006 Error downloading Linkerd binary: search forum
Long Description

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more details

Suggested Remediation

Alert ErrInstallBinaryCode-1007 Error installing Linkerd binary: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClientConfigCode-1008 Error setting client config: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClientSetCode-1009 Error setting clientset: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSampleAppCode-1011 Error with sample app operation search forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

Alert ErrCustomOperationCode-1012 Error with custom operation search forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Make sure to apply a valid Kubernetes manifest

Alert ErrOpInvalidCode-1013 Invalid operation search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidOAMComponentTypeCode-1014 invalid OAM component name: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLinkerdCoreComponentFailCode-1015 error in linkerd core component search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProcessOAMCode-1016 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseLinkerdCoreComponentCode-1017 linkerd core component manifest parsing failing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1018 error parsing the component search forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

Alert ErrParseOAMConfigCode-1019 error parsing the configuration search forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

Alert ErrApplyHelmChartCode-1020 error applying helm chart search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilClientCode-1021 Kubernetes client not initialized search forum
Long Description

Kubernetes client is nil

Probable Cause

Kubernetes client not initialized

Suggested Remediation

Reconnect the Meshery Adapter to Meshery Server

Alert ErrAddonFromHelmCode-1022 Error with addon install operation by helm chart search forum
Long Description

Probable Cause

The helm chart URL in additional properties of addon operation might be incorrect Could not apply service patch file for the given addon

Suggested Remediation

Alert ErrInvalidVersionForMeshInstallationCode-1023 Invalid version passed for helm based installation search forum
Long Description

Version passed is invalid

Probable Cause

Version might not be prefixed with \"stable-\" or \"edge-\

Suggested Remediation

Version should be prefixed with \"stable-\" or \"edge-\ Version might be empty

Alert ErrAnnotatingNamespaceCode-1024 Error with annotating namespace search forum
Long Description

Probable Cause

Could not get the namespace in cluster Could not update namespace in cluster

Suggested Remediation

Make sure the cluster is reachable

Alert ErrFetchLinkerdVersionsCode-1033 could not get any linkerd versions search forum
Long Description

versions for linkerd could not be fetched

Probable Cause

could not reach github.com/linkerd/linkerd2 no versions could be fetched from linkerd release page

Suggested Remediation

make sure adapter is reachable to github

Fatal ErrCertEncodeCode-1101 Failed to encode: search forum
Long Description

Probable Cause

Suggested Remediation

Fatal ErrEncodeCertificatesPEMCode-1102 Failed to encode certificate PEM: search forum
Long Description

Probable Cause

Suggested Remediation

Fatal ErrEncodePrivateKeyPEMCode-1103 Failed to encode private key PEM: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreateRootCACode-1104 Failed to create Root CA: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGeneratePKCode-1105 Failed to create Private Key: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGenerateDefaultRootCACode-1106 Failed to create default Root CA: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetFileNamesCode-1107 failed to get filenames for dynamic component generation search forum
Long Description

Probable Cause

The repository could not be cloned or reached The repository url is invalid Could not reach the remote git repository

Suggested Remediation

Make sure the owner, repo and path is correct for fetching crd names

Top



Meshery Server

Severity Error Name - Code Short Description Discussion
Fatal ErrCreatingUUIDInstanceCode-1001 Unable to create UUID instance search forum
Long Description

Unable to create UUID instance:

Probable Cause

Suggested Remediation

Alert ErrRegisteringMesheryOAMTraitsCode-1002 Error registering local OAM traits search forum
Long Description

Error registering local OAM traits:

Probable Cause

Suggested Remediation

Alert ErrRegisteringMesheryOAMWorkloadsCode-1003 Error registering local OAM workloads search forum
Long Description

Error registering local OAM workloads:

Probable Cause

Suggested Remediation

Fatal ErrRetrievingUserHomeDirectoryCode-1004 Unable to retrieve the user's home directory search forum
Long Description

Unable to retrieve the user's home directory:

Probable Cause

Suggested Remediation

Fatal ErrCreatingUserDataDirectoryCode-1005 Unable to create the directory for storing user data at: search forum
Long Description

Unable to create the directory for storing user data at:

Probable Cause

Suggested Remediation

Fatal ErrCreatingMapPreferencePersisterInstanceCode-1006 Unable to create a new MapPreferencePersister instance search forum
Long Description

Unable to create a new MapPreferencePersister instance:

Probable Cause

Suggested Remediation

Fatal ErrDatabaseAutoMigrationCode-1007 Unable to auto migrate to database search forum
Long Description

Unable to auto migrate to database:

Probable Cause

Suggested Remediation

Alert ErrInvalidURLSkippingProviderCode-1008 is invalid url skipping provider search forum
Long Description

is invalid url skipping provider

Probable Cause

Suggested Remediation

Fatal ErrListenAndServeCode-1009 ListenAndServe Error search forum
Long Description

ListenAndServe Error:

Probable Cause

Suggested Remediation

Alert ErrCleaningUpLocalProviderCode-1010 Error cleaning up local provider search forum
Long Description

Error cleaning up local provider:

Probable Cause

Suggested Remediation

Alert ErrClosingDatabaseInstanceCode-1011 Error closing database instance search forum
Long Description

Error closing database instance:

Probable Cause

Suggested Remediation

Fatal ErrInitializingRegistryManagerCode-1012 could not initialize registry manager search forum
Long Description

Probable Cause

could not migrate tables into the database

Suggested Remediation

make sure the database instance passed is not nil

Fatal ErrInitializingKeysRegistrationCode-1013 could not initialize keys registry manager search forum
Long Description

Probable Cause

could not migrate tables into the database

Suggested Remediation

make sure the database instance passed is not nil

Alert ErrInvalidK8SConfigNilCode-1014 No valid kubernetes config found. Make sure to pass contextIDs in query parameters. search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrNilClientCode-1015 Kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrRecordPreferencesCode-1016 unable to save user config data search forum
Long Description

Probable Cause

User token might be invalid db might be corrupted

Suggested Remediation

Relogin to Meshery

Alert ErrGrafanaConfigCode-1017 Grafana endpoint not configured search forum
Long Description

Cannot find valid grafana endpoint in user pref

Probable Cause

Grafana endpoint might not be reachable from meshery

Suggested Remediation

Setup your Grafana Endpoint via the settings dashboard

Alert ErrPrometheusConfigCode-1018 Prometheus endpoint not configured search forum
Long Description

Cannot find valid Prometheus endpoint in user pref

Probable Cause

Prometheus endpoint might not be reachable from meshery

Suggested Remediation

Setup your Prometheus Endpoint via the settings dashboard

Alert ErrGrafanaQueryCode-1019 Unable to query grafana search forum
Long Description

Probable Cause

Grafana query did not get executed from meshery Grafana query is invalid

Suggested Remediation

Check if your Grafana query is correct Connect to Grafana from the settings page in the UI

Alert ErrPrometheusQueryCode-1020 Unable to query prometheus search forum
Long Description

Probable Cause

Prometheus query did not get executed from meshery Prometheus query is invalid

Suggested Remediation

Check if your Prometheus query is correct Connect to Prometheus and Grafana from the settings page in the UI

Alert ErrPrometheusBoardsCode-1021 unable to get Prometheus boards search forum
Long Description

Probable Cause

Prometheus endpoint might not be reachable from meshery Prometheus endpoint is incorrect

Suggested Remediation

Check if your Prometheus endpoint is correct Connect to Prometheus from the settings page in the UI

Alert ErrStaticBoardsCode-1022 unable to get static board search forum
Long Description

unable to get static board

Probable Cause

No boards could be available in grafana

Suggested Remediation

Alert ErrRequestBodyCode-1023 unable to read the request body search forum
Long Description

Probable Cause

Request body is empty or faulty

Suggested Remediation

Check if the request is sent with proper values

Alert ErrParseBoolCode-1024 unable to parse : search forum
Long Description

Probable Cause

Failed due to invalid value of :

Suggested Remediation

please provide a valid value for :

Alert ErrStreamEventsCode-1025 There was an error connecting to the backend to get events search forum
Long Description

Probable Cause

Websocket is blocked in the network Meshery UI is not able to reach the Meshery server

Suggested Remediation

Ensure Meshery UI is able to reach the Meshery server

Alert ErrStreamClientCode-1026 Event streaming ended search forum
Long Description

Probable Cause

Websocket is blocked in the network Meshery UI is not able to reach the Meshery server

Suggested Remediation

Ensure Meshery UI is able to reach the Meshery server

Alert ErrPublishSmiResultsCode-1027 Error publishing SMI results search forum
Long Description

Probable Cause

Meshery Cloud is not functional or reachable

Suggested Remediation

Make sure meshery cloud is up and reachable

Alert ErrPluginOpenCode-1028 Error opening the plugin search forum
Long Description

Probable Cause

Plugin is not available in the location plugin does not match with meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrPluginLookupCode-1029 Error performing a plugin lookup search forum
Long Description

Probable Cause

Plugin is not available in the location

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrPluginRunCode-1030 Error running meshery plugin search forum
Long Description

Probable Cause

plugin does not match with meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrParseFormCode-1031 unable to parse form search forum
Long Description

Probable Cause

The data provided could be invalid

Suggested Remediation

Make sure to enter valid parameters in the form

Alert ErrQueryGetCode-1032 unable to get: search forum
Long Description

Probable Cause

Query parameter is not a part of the request

Suggested Remediation

Make sure to pass the query paramater in the request

Alert ErrGetResultCode-1033 unable to get result search forum
Long Description

Probable Cause

Result Identifier provided is not valid Result did not persist in the database

Suggested Remediation

Make sure to provide the correct identifier for the result

Alert ErrConvertToSpecCode-1034 unable to convert to spec search forum
Long Description

Probable Cause

The performance spec format is invalid

Suggested Remediation

Make sure to provide the correct spec

Alert ErrFetchSMIResultsCode-1035 unable to fetch SMI results search forum
Long Description

Probable Cause

SMI results did not get persisted Result identifier is invalid

Suggested Remediation

Make sure to provide the correct identifier for the result

Alert ErrFormFileCode-1036 error getting k8s file search forum
Long Description

Probable Cause

The kubeconfig file does not exist in the location

Suggested Remediation

Make sure to upload the correct kubeconfig file

Alert ErrReadConfigCode-1037 error reading config search forum
Long Description

Probable Cause

The kubeconfig file is empty or not valid

Suggested Remediation

Make sure to upload the correct kubeconfig file

Alert ErrLoadConfigCode-1038 unable to load kubernetes config search forum
Long Description

Probable Cause

The kubeconfig file is empty or not valid

Suggested Remediation

Make sure to upload the correct kubeconfig file

Alert ErrOpenFileCode-1039 unable to open file: search forum
Long Description

Probable Cause

The file does not exist in the location

Suggested Remediation

Make sure to upload the correct file

Alert ErrKubeVersionCode-1040 unable to get kubernetes version search forum
Long Description

Probable Cause

Kubernetes might not be reachable from meshery

Suggested Remediation

Make sure meshery has connectivity to kubernetes

Alert ErrAddAdapterCode-1041 meshLocationURL is empty search forum
Long Description

meshLocationURL is empty to add an adapter

Probable Cause

meshLocationURL cannot be empty to add an adapter

Suggested Remediation

please provide the meshLocationURL

Alert ErrRetrieveDataCode-1042 Unable to retrieve the requested data search forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrValidAdapterCode-1043 Unable to find valid Adapter URL search forum
Long Description

unable to find a valid adapter for the given adapter URL

Probable Cause

Given adapter URL is not valid

Suggested Remediation

Please provide a valid Adapter URL

Alert ErrOperationIDCode-1044 Error generating the operation Id search forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrMeshClientCode-1045 Error creating a mesh client Error pinging the mesh adapter search forum
Long Description

Unable to create a mesh client Unable to ping the mesh adapter

Probable Cause

Adapter could not be pinged

Suggested Remediation

Unable to connect to the Mesh adapter using the given config, please try again

Alert ErrApplyChangeCode-1046 Error applying the change search forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrRetrieveMeshDataCode-1047 Error getting operations for the mesh Error getting component name search forum
Long Description

Probable Cause

unable to retrieve the requested data

Suggested Remediation

Make sure adapter is reachable and running

Alert ErrApplicationFailureCode-1048 failed to the application search forum
Long Description

Probable Cause

uploaded application source content might be converted incorrect source type selected

Suggested Remediation

Select the correct source type Make sure the uploaded application source content is valid

Alert ErrDecodingCode-1049 Error decoding the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

Alert ErrRetrieveUserTokenCode-1050 Failed to get the user token search forum
Long Description

Probable Cause

User token could be expired

Suggested Remediation

Re-initiate login

Alert ErrFailToSaveCode-1051 Failed to Save: search forum
Long Description

Probable Cause

Provider Database could be down or not reachable

Suggested Remediation

Make sure provider is up and reachable

Alert ErrFailToDeleteCode-1052 Failed to Delete: search forum
Long Description

Probable Cause

Provider Database could be down or not reachable

Suggested Remediation

Make sure provider is up and reachable

Alert ErrWriteResponseCode-1053 Error writing response search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTestConfigsCode-1054 Error fetching test configs search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidGenValueCode-1055 Invalid value for gen search forum
Long Description

Probable Cause

Suggested Remediation

please provide a valid value for gen (load generator)

Alert ErrFailToLoadExtensionsCode-1056 Failed to Load Extensions from Package search forum
Long Description

Probable Cause

Plugin is not available in the location plugin does not match with meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

Alert ErrConversionCode-1057 unable to convert YAML to JSON search forum
Long Description

Probable Cause

Yaml provided is not valid

Suggested Remediation

Make sure the yaml is valid and has the right parameters

Alert ErrParseDurationCode-1058 error parsing test duration search forum
Long Description

Probable Cause

The format of the duration passed could be incorrect

Suggested Remediation

please refer to: https://docs.meshery.io/guides/mesheryctl#performance-management

Alert ErrLoadTestCode-1059 Load test error: search forum
Long Description

Probable Cause

Load test endpoint could be not reachable

Suggested Remediation

Make sure load test endpoint is reachable

Alert ErrFetchKubernetesCode-1060 unable to ping kubernetes unable to scan search forum
Long Description

Probable Cause

Kubernetes might not be reachable from meshery

Suggested Remediation

Make sure meshery has connectivity to kubernetes

Alert ErrPanicRecoveryCode-1061 Recovered from panic search forum
Long Description

Probable Cause

Meshery crashes

Suggested Remediation

Restart Meshery

Alert ErrBlankNameCode-1062 Error: name field is blank search forum
Long Description

Probable Cause

Load test name empty or not valid

Suggested Remediation

Provide a name for the test

Alert ErrInvalidLTURLCode-1063 invalid loadtest url: search forum
Long Description

Probable Cause

URL for load test could be invalid

Suggested Remediation

please refer to: https://docs.meshery.io/tasks/performance-management

Alert ErrVersionCompareCode-1064 failed to compare latest and current version of Meshery search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSaveSessionCode-1065 unable to save session search forum
Long Description

Probable Cause

User session could be expired

Suggested Remediation

Re-initiate login

Alert ErrKubeClientCode-1066 Failed to Create Kube Client search forum
Long Description

Probable Cause

Check Kubernetes

Suggested Remediation

Check your kubeconfig if valid Ensure meshery is able to reach the kubernetes cluster

Alert ErrWorkloadDefinitionCode-1067 Failed to load Workload Definition search forum
Long Description

Probable Cause

Workload Definition is invalid or unable to process

Suggested Remediation

Check Workload Definition

Alert ErrTraitDefinitionCode-1068 Failed to Encode Trait Definition search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrScopeDefinitionCode-1069 Failed to Encode Scope Definition search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrPatternFileCode-1070 Failed to Parse design File search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrExecutionPlanCode-1071 Failed to Create Execution Plan search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrInvalidPatternCode-1072 Invalid design, execution is infeasible search forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

Alert ErrCompConfigPairsCode-1073 unable to Create Comp Config. search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreateDirCode-1074 Error creating directory search forum
Long Description

Probable Cause

Insufficient permission Insufficient storage

Suggested Remediation

check if sufficient permissions are available to create dir check if sufficient storage is available to create dir

Alert ErrInvalidRequestObjectCode-1075 Error invalid request object: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrChangeK8sContextCode-1076 Error changing context search forum
Long Description

Probable Cause

Context Name might be invalid or not present in the uploaded kubeconfig

Suggested Remediation

Check the context name, if the context name is correct and is present in the kubeconfig then try uploading the kubeconfig again

Alert ErrSavingUserPreferenceCode-1077 Error saving user preference. search forum
Long Description

Probable Cause

Invalid data passed Unable to connect with provider

Suggested Remediation

Pass valid values for preferences Make sure provider supports saving user preferences Make sure you're connected with provider Make sure extension provides these preferences

Alert ErrGetFilterCode-1078 Error failed to get filter search forum
Long Description

Probable Cause

Cannot get the filter with the given Filter ID

Suggested Remediation

Check if the given Filter ID is correct

Alert ErrSaveFilterCode-1079 Error failed to save filter search forum
Long Description

Probable Cause

Cannot save the Filter due to wrong path or URL Filter is corrupted.

Suggested Remediation

Check if the given path or URL of the filter is correct Try uplaoding a different filter

Alert ErrDecodeFilterCode-1080 Error failed to decode filters data into go slice search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEncodeFilterCode-1081 Error failed to encode filter search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrImportFilterCode-1082 Error failed to import filter search forum
Long Description

Probable Cause

Cannot save the Filter due to wrong path or URL

Suggested Remediation

Check if the given path or URL of the Filter is correct

Alert ErrFetchFilterCode-1083 Error failed to fetch filter search forum
Long Description

Probable Cause

Failed to retrieve the list of all the Filters

Suggested Remediation

Alert ErrDeleteFilterCode-1084 Error failed to delete filter search forum
Long Description

Probable Cause

Failed to delete Filter with the given ID

Suggested Remediation

Check if the Filter ID is correct

Alert ErrSavePatternCode-1085 Error failed to save design search forum
Long Description

Probable Cause

Cannot save the design due to an invalid path or URL

Suggested Remediation

Confirm the correct path / URL to the design

Alert ErrSaveApplicationCode-1086 Error failed to save application search forum
Long Description

Probable Cause

Cannot save the Application due to wrong path or URL

Suggested Remediation

Check if the given path or URL of the Application is correct

Alert ErrGetPatternCode-1087 Error failed to get design search forum
Long Description

Probable Cause

Cannot get the design with the given design ID

Suggested Remediation

Check if the given design ID is correct

Alert ErrDeletePatternCode-1088 Error failed to delete design search forum
Long Description

Probable Cause

Failed to delete design with the given ID

Suggested Remediation

Check if the design ID is correct

Alert ErrFetchPatternCode-1089 Error failed to fetch design search forum
Long Description

Probable Cause

Failed to retrieve the list of all the designs

Suggested Remediation

Alert ErrImportPatternCode-1090 Error failed to import design search forum
Long Description

Probable Cause

Cannot save the design due to wrong path or URL

Suggested Remediation

Check if the given path or URL of the design is correct

Alert ErrEncodePatternCode-1091 Error failed to encode design search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDecodePatternCode-1092 Error failed to decode design data into go slice search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParsePatternCode-1093 Error failed to parse pattern file search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrConvertPatternCode-1094 Error failed to convert design file to Cytoscape object search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidKubeConfigCode-1095 Invalid Kube Config search forum
Long Description

Probable Cause

Meshery handler failed to find a valid kubernetes config for the deployment

Suggested Remediation

Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server

Alert ErrInvalidKubeHandlerCode-1096 Invalid Kube Handler search forum
Long Description

Probable Cause

Meshery handler failed to find a valid kubernetes handler for the deployment

Suggested Remediation

Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server

Alert ErrInvalidKubeContextCode-1097 Invalid Kube Context search forum
Long Description

Probable Cause

Meshery handler failed to find a valid kubernetes context for the deployment

Suggested Remediation

Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server

Alert ErrValidateCode-1098 failed to validate the given value against the schema search forum
Long Description

Probable Cause

unable to validate the value against given schema either value or schema might not be a valid cue expression

Suggested Remediation

Make sure that the schema and value provided are valid cue values Make sure both schema and value are sent Make sure appropriate value types are sent

Alert ErrApplicationContentCode-1099 failed to the application content search forum
Long Description

Probable Cause

Remote provider might be not reachable Remote provider doesn't support this capability

Suggested Remediation

Ensure you have required permissions or retry after sometime.

Alert ErrRemoteApplicationURLCode-1100 Error failed to persist remote application search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrClonePatternCode-1101 Error failed to clone design search forum
Long Description

Probable Cause

Failed to clone design with the given ID

Suggested Remediation

Check if the design ID is correct and the design is published

Alert ErrCloneFilterCode-1102 Error failed to clone filter search forum
Long Description

Probable Cause

Failed to clone Filter with the given ID

Suggested Remediation

Check if the Filter ID is correct and the Filter is published

Alert ErrGenerateComponentsCode-1103 failed to generate components for the given payload search forum
Long Description

Probable Cause

Suggested Remediation

Make sure the payload is valid

Alert ErrPublishCatalogPatternCode-1104 Error failed to publish catalog design search forum
Long Description

Probable Cause

Failed to publish catalog design

Suggested Remediation

Check if the design ID is correct and you are admin

Alert ErrPublishCatalogFilterCode-1105 Error failed to publish catalog filter search forum
Long Description

Probable Cause

Failed to publish catalog filter

Suggested Remediation

Check if the filter ID is correct and you are admin

Alert ErrGetMeshModelsCode-1106 could not get meshmodel entitities search forum
Long Description

Probable Cause

Meshmodel entity could not be converted into valid json data in the registry was inconsistent

Suggested Remediation

make sure correct and consistent data is present inside the registry drop the Meshmodel tables and restart Meshery server

Alert ErrGetUserDetailsCode-1107 could not get user details search forum
Long Description

Probable Cause

User details could not be fetched from provider Your provider may not be reachable No user exists for the provided token

Suggested Remediation

Make sure provider is reachable Make sure you are logged in Make sure you are using a valid token

Alert ErrResolvingRelationshipCode-1108 could not resolve rego relationship search forum
Long Description

Probable Cause

The rego evaluation engine failed to resolve policies Design-File/Application-File is in incorrect format The policy query is invalid The evaluation engine response is unexpected for the code written

Suggested Remediation

Make sure the design-file/application-file is a valid yaml Make sure you're proving correct rego query Make sure the server is evaluating the query correctly, add some logs

Alert ErrGetLatestVersionCode-1109 failed to get latest version of Meshery search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCreateFileCode-1110 Could not create file search forum
Long Description

Probable Cause

Insufficient permission Insufficient storage

Suggested Remediation

check if sufficient permissions are available to create file check if sufficient storage is available to create file

Alert ErrLoadCertificateCode-1111 Could not load certificates associated with performance profile search forum
Long Description

Probable Cause

Remote provider might be not reachable

Suggested Remediation

try running performance profile test without using certificates, update the profile without certificates

Alert ErrCleanupCertificateCode-1112 Could not delete certificates from search forum
Long Description

Probable Cause

might be due to insufficient permissions file was deleted manually

Suggested Remediation

please delete the file if present, path:

Alert ErrDownlaodWASMFileCode-1113 failed to the WASM file search forum
Long Description

Probable Cause

Ensure that DB is not corrupted Ensure Remote Provider is working properly Ensure Meshery Server is working properly and connected to remote provider

Suggested Remediation

Try restarting Meshery server

Alert ErrFetchProfileCode-1114 Error failed to fetch profile search forum
Long Description

Probable Cause

Invalid profile ID

Suggested Remediation

Check if the profile ID is correct

Alert ErrPerformanceTestCode-1115 Load test error search forum
Long Description

Probable Cause

Load test endpoint could be not reachable

Suggested Remediation

Make sure load test endpoint is reachable

Alert ErrFetchApplicationCode-1116 Error failed to fetch applications search forum
Long Description

Probable Cause

Remote provider might be not reachable. Token might have expired.

Suggested Remediation

Refresh your browser

Alert ErrDeleteApplicationCode-1117 Error failed to delete application search forum
Long Description

Probable Cause

Application might already have been deleted You might not have enough permissions to perform the operation.

Suggested Remediation

Check the owner of the application.

Alert ErrGetEventsCode-1118 Could not retrieve events search forum
Long Description

Probable Cause

Request contains unknown query variables. Database is not reachable or corrupt.

Suggested Remediation

Check the request URL and try again.

Alert ErrUpdateEventCode-1119 search forum
Long Description

Probable Cause

Provided event status not supported Event has been deleted or does not exist Database is corrupt.

Suggested Remediation

Verify event filter settings Reset database.

Alert ErrDeleteEventCode-1120 search forum
Long Description

Probable Cause

Event might have been deleted and doesn't exist Database is corrupt.

Suggested Remediation

Verify event filter settings Reset database.

Alert ErrUnsupportedEventStatusCode-1121 search forum
Long Description

Probable Cause

Unsupported event status for your current version of Meshery Server.

Suggested Remediation

Confirm that the status you are using is valid and a supported event status. Refer to Meshery Docs for a list of event statuses. Check for availability of a new version of Meshery Server. Try upgrading to the latest version.

Alert ErrBulkUpdateEventCode-1122 Could not update status for one or more events. search forum
Long Description

Probable Cause

Event has been deleted or does not exist. The requested event status is invalid. Meshery Database is corrupt.

Suggested Remediation

Verify that the event still exists. Verify that the requested event status is supported. Visit Settings and reset the Meshery database.

Alert ErrBulkDeleteEventCode-1123 Could not delete one or more events. search forum
Long Description

Probable Cause

Event has been deleted or does not exist. Meshery Database is corrupt.

Suggested Remediation

Confirm that the status you are using is valid and a supported event status. Refer to Meshery Docs for a list of event statuses. Check for availability of a new version of Meshery Server. Try upgrading to the latest version. Visit Settings and reset the Meshery database.

Alert ErrFetchMeshSyncResourcesCode-1124 Error fetching MeshSync resources DB might be corrupted search forum
Long Description

Probable Cause

MeshSync might not be reachable from meshery

Suggested Remediation

Make sure meshery has connectivity to MeshSync Try restarting Meshery server

Alert ErrDesignSourceContentCode-1125 failed to the design content search forum
Long Description

Probable Cause

Remote provider might be not reachable Remote provider doesn't support this capability

Suggested Remediation

Ensure you have required permissions or retry after sometime.

Alert ErrGetConnectionsCode-1126 Failed to retrieve connections search forum
Long Description

Probable Cause

Unable to retrieve the connections

Suggested Remediation

Check if the cluster is connected and healthy, you can check it from k8s switcher in header

Alert ErrWritingIntoFileCode-1127 search forum
Long Description

Probable Cause

Insufficient permissions to write into file file might be corrupted

Suggested Remediation

check if sufficient permissions are givent to the file check if the file is corrupted

Alert ErrBuildOCIImgCode-1128 Failed to build OCI image search forum
Long Description

Probable Cause

unable to read source directory source directory is corrupted

Suggested Remediation

check if the source directory is valid and has sufficient permissions check if the source directory is not corrupted

Alert ErrSaveOCIArtifactCode-1129 Failed to persist OCI artifact search forum
Long Description

Probable Cause

unable to read source directory source directory is corrupted unable to persist in requested location OCI img may be corrupted

Suggested Remediation

check if the source directory is valid and has sufficient permissions check if the source directory is not corrupted check if sufficient permissions are available to write in requested location check if the OCI img is not corrupted

Alert ErrIOReaderCode-1130 Failed to read from io.Reader search forum
Long Description

Probable Cause

unable to read from io.Reader

Suggested Remediation

check if the io.Reader is valid

Alert ErrUnCompressOCIArtifactCode-1131 Failed to uncompress OCI artifact search forum
Long Description

Probable Cause

unable to uncompress OCI artifact OCI artifact may be corrupted

Suggested Remediation

check if the OCI artifact is valid and not corrupted

Alert ErrWaklingLocalDirectoryCode-1132 Failed to walk local directory search forum
Long Description

Probable Cause

unable to walk local directory local directory may be corrupted

Suggested Remediation

check if the local directory is valid and not corrupted

Alert ErrConvertingK8sManifestToDesignCode-1133 Failed to convert k8s manifest to design search forum
Long Description

Probable Cause

unable to convert k8s manifest to design k8s manifest may be corrupted incorrect source type selected

Suggested Remediation

check if the k8s manifest is valid and not corrupted check if the source type selected is Kubernetes Manifest

Alert ErrConvertingDockerComposeToDesignCode-1134 Failed to convert docker compose to design search forum
Long Description

Probable Cause

unable to convert docker compose to design docker compose may be corrupted incorrect source type selected

Suggested Remediation

check if the docker compose is valid and not corrupted check if the source type selected is Docker Compose

Alert ErrMarshallingDesignIntoYAMLCode-1135 Failed to marshal design into YAML search forum
Long Description

Probable Cause

unable to marshal design into YAML design may be corrupted

Suggested Remediation

check if the design is valid and not corrupted

Alert ErrConvertingHelmChartToDesignCode-1136 Failed to convert helm chart to design search forum
Long Description

Probable Cause

unable to convert helm chart to design helm chart may be corrupted incorrect source type selected

Suggested Remediation

check if the helm chart is valid and not corrupted check if the source type selected is Helm Chart

Alert ErrInvalidUUIDCode-1137 invalid or empty uuid search forum
Long Description

Probable Cause

provided id is not a valid uuid

Suggested Remediation

provide a valid uuid

Alert ErrErrNewDynamicClientGeneratorCode-1138 Unable to generate the dynamic client generator search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrInvalidK8SConfigCode-1139 No valid kubernetes config found search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrClientConfigCode-1140 Unable to create client config search forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrFetchKubernetesNodesCode-1141 Unable to fetch kubernetes nodes search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrFetchNodesCode-1142 Unable to get the list of nodes search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrFetchKubernetesVersionCode-1143 Unable to fetch kubernetes version search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrScanKubernetesCode-1144 Unable to scan kubernetes search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

Alert ErrRetrievePodListCode-1145 Unable to retrieve pod list search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrDetectServiceForDeploymentImageCode-1146 Unable to detect service for deployment image search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrRetrieveNamespacesListCode-1147 Unable to get the list of namespaces search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrGetNamespaceDeploymentsCode-1148 Unable to get deployments in the namespace search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

Alert ErrDetectServiceWithNameCode-1149 Unable to get services from the cluster with the name given in names parameter search forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not reachable from Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure the network connectivity is up between meshery server and the service endpoint

Alert ErrGeneratingLoadTestCode-1150 Unable to generate load test search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRunningTestCode-1151 Unable to run test search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrConvertingResultToMapCode-1152 Unable to convert from the result to map search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrpcSupportCode-1153 does not support gRPC load testing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrStartingNighthawkServerCode-1154 Unable to start the nighthawk server search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTransformingDataCode-1155 Error while transforming data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRunningNighthawkServerCode-1156 Error while running nighthawk server search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrAddAndValidateExtraHeaderCode-1157 Unable to add and validate extra header search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInClusterConfigCode-1158 Unable to load in-cluster kubeconfig search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNewKubeClientGeneratorCode-1159 Unable to generate new kube dynamic client search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRestConfigFromKubeConfigCode-1160 Unable to create rest config from kube congif search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNewKubeClientCode-1161 Unable to create new kube client search forum
Long Description

Probable Cause

Suggested Remediation

Critical ErrAdapterInsufficientInformationCode-1162 Unable to process adapter request, incomplete request search forum
Long Description

Probable Cause

Suggested Remediation

Critical ErrDeployingAdapterInK8sEnvCode-1163 Unable to deploy adapter in k8s env search forum
Long Description

Probable Cause

Possible issues with Kubernetes cluster configuration or network connectivity.

Suggested Remediation

Check the Kubernetes cluster's configuration, ensure necessary resources are available, and verify network connectivity.

Critical ErrUnDeployingAdapterInK8sEnvCode-1164 Unable to undeploy adapter in k8s env search forum
Long Description

Probable Cause

Possible issues with Kubernetes cluster configuration or network connectivity.

Suggested Remediation

Check the Kubernetes cluster's configuration, ensure necessary resources are available, and verify network connectivity.

Critical ErrDeployingAdapterInDockerEnvCode-1165 Unable to deploy adapter in k8s env search forum
Long Description

Probable Cause

Possible issues with Docker configuration, container networking, or resource availability.

Suggested Remediation

Check Docker configuration settings, ensure containers have proper networking access, and verify available resources.

Critical ErrUnDeployingAdapterInDockerEnvCode-1166 Unable to undeploy Meshery Adapter in Kubernetes environment search forum
Long Description

Probable Cause

Possible issues with Docker configuration, container networking, or resource availability.

Suggested Remediation

Check Docker configuration settings, ensure containers have proper networking access, and verify available resources.

Critical ErrDeployingAdapterCode-1167 Unable to deploy Meshery Adapter in the current environment search forum
Long Description

Probable Cause

Your platform is not supported for deploying Meshery Adapters

Suggested Remediation

Consider using a supported platform for deploying Meshery Adapters

Critical ErrUnDeployingAdapterCode-1168 Unable to undeploy Meshery Adapter in the current environment search forum
Long Description

Probable Cause

Current platform is not supported for undeploying Meshery Adapters

Suggested Remediation

Consider using a supported platform for undeploying Meshery Adapters

Alert ErrClientSetCode-1169 Unable to create client set search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilClientCode-1170 Kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrCreateDataCode-1171 Error while writing meshsync data search forum
Long Description

Unable to write MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrQueryCode-1172 Error while querying data search forum
Long Description

Invalid Query performed in Meshery Database

Probable Cause

Suggested Remediation

Alert ErrMeshsyncSubscriptionCode-1173 MeshSync Subscription failed search forum
Long Description

GraphQL subscription for MeshSync stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrMesheryClientCode-1174 Meshery kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery 1

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrSubscribeChannelCode-1175 Unable to subscribe to channel search forum
Long Description

Unable to create a broker subscription

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

Alert ErrPublishBrokerCode-1176 Unable to publish to broker search forum
Long Description

Unable to create a broker publisher

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

Alert ErrEmptyHandlerCode-1177 Database handler not initialized search forum
Long Description

Meshery Database handler is not accessible to perform operations

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrApplyHelmChartCode-1178 Error occurred while applying Helm Chart search forum
Long Description

Probable Cause

Kubernetes cluster might not be connected Leftover resources from partial install

Suggested Remediation

Try reinstalling Try reconnecting your kubernetes cluster Clean up artifacts from preinstalled helm release manually

Alert ErrMesheryControllersStatusSubscriptionCode-1179 Could not create meshery controllers status subcription search forum
Long Description

Meshery controller handlers may not be available

Probable Cause

Suggested Remediation

Make sure the controllers are deployed and their handlers are configured

Alert ErrMeshSyncEventsSubscriptionCode-1180 Could not create MeshSync events subcription search forum
Long Description

Meshery controller handlers may not be available

Probable Cause

Suggested Remediation

Make sure the controllers are deployed and their handlers are configured

Alert ErrMesheryClientNilCode-1181 Meshery kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery 2

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrUpdateDataCode-1182 Error while updating meshsync data search forum
Long Description

Unable to update MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrDeleteDataCode-1183 Error while deleting meshsync data search forum
Long Description

Unable to read MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrResolverInvalidRequestCode-1184 Invalid query, please check syntax search forum
Long Description

The Graphql query requested is invalid

Probable Cause

Suggested Remediation

Check the query parameters and syntax of the query being run

Alert ErrResolverNilClientCode-1185 Kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrResolverMeshsyncSubscriptionCode-1186 MeshSync Subscription failed search forum
Long Description

GraphQL subscription for MeshSync stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrResolverOperatorSubscriptionCode-1187 Operator Subscription failed search forum
Long Description

GraphQL subscription for Operator stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrAddonSubscriptionCode-1188 Addons Subscription failed search forum
Long Description

GraphQL subscription for Addons stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrResolverControlPlaneSubscriptionCode-1189 Control Plane Subscription failed search forum
Long Description

GraphQL subscription for Control Plane stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrMesheryClientCode-1190 Meshery kubernetes client not initialized search forum
Long Description

Kubernetes config is not initialized with Meshery 1

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

Alert ErrResolverPublishBrokerCode-1191 Unable to publish to broker search forum
Long Description

Unable to create a broker publisher

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

Alert ErrNoMeshSyncCode-1192 MeshSync disabled search forum
Long Description

MeshSync custom controller is not running in your kubernetes cluster

Probable Cause

Meshery Operator is not running in your cluster or is crashing

Suggested Remediation

Enable Meshery Operator from the settings page in the UI Check for logs in the meshery-operator pods from inside the application for more information

Alert ErrDataPlaneSubscriptionCode-1193 Data Plane Subscription failed search forum
Long Description

GraphQL subscription for Data Plane stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

Alert ErrBrokerNotConnectedCode-1194 Broker not connected search forum
Long Description

Meshery Broker is not connected to Meshery Server

Probable Cause

Meshery Broker is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server has access to the Broker

Alert ErrGettingNamespaceCode-1195 Cannot get available namespaces search forum
Long Description

Probable Cause

The table in the database might not exist

Suggested Remediation

Alert ErrFetchingPatternsCode-1196 Cannot fetch designs search forum
Long Description

Probable Cause

There might be something wrong with the Meshery or Meshery Cloud

Suggested Remediation

Try again, if still exist, please post an issue on Meshery repository

Alert ErrInvalidOAMTypeCode-1197 invalid oam type is requested search forum
Long Description

invalid oam type requested, supported types are workload, scope, trait

Probable Cause

Suggested Remediation

Alert ErrKubectlDescribeCode-1198 failed to find the resource invalid resource type resource doens't exists search forum
Long Description

invalid kubernetes resource type or couldn't find the specified resource

Probable Cause

Suggested Remediation

Alert ErrEmptyCurrentK8sContextCode-1199 Current kubernetes context is empty search forum
Long Description

Meshery is not able to get the current kubernetes context

Probable Cause

Meshery is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

Alert ErrConfigurationPatternsCode-1200 Configuration Subscription failed search forum
Long Description

GraphQL subscription for designs stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrConfigurationApplicationsCode-1201 Configuration Subscription failed search forum
Long Description

GraphQL subscription for Applications stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrConfigurationFiltersCode-1202 Configuration Subscription failed search forum
Long Description

GraphQL subscription for Filters stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrK8sContextCode-1203 Failed to get k8s context from remote provider search forum
Long Description

There might be something wrong with the Meshery or Meshery Cloud

Probable Cause

Could be a network issue

Suggested Remediation

Alert ErrClusterResourcesSubscriptionCode-1204 ClusterResources Subscription failed search forum
Long Description

GraphQL subscription for ClusterResources Subscription stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrGettingClusterResourcesCode-1205 Unable to retrieve cluster resources search forum
Long Description

Probable Cause

Table in the database might not exists

Suggested Remediation

Alert ErrMeshModelSummarySubscriptionCode-1206 MeshModelSummary Subscription failed search forum
Long Description

GraphQL subscription for MeshModelSummary Subscription stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrGettingMeshModelSummaryCode-1207 Unable to retrieve MeshModel Summary search forum
Long Description

Probable Cause

Table in the database might not exists

Suggested Remediation

Alert ErrGettingRegistryManagerCode-1208 Unable to retrieve Registry Manager search forum
Long Description

Probable Cause

Registry Manager might not exists

Suggested Remediation

Alert ErrGettingTelemetryComponentsCode-1209 unable to retrieve telemetry components search forum
Long Description

Probable Cause

table in the database might be corrupted

Suggested Remediation

try resetting database from settings

Critical ErrAdapterInsufficientInformationCode-1210 Unable to process adapter request, incomplete request search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPerformanceProfilesSubscriptionCode-1211 PerformanceProfiles Subscription failed search forum
Long Description

GraphQL subscription for PerformanceProfiles stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrPerformanceResultSubscriptionCode-1212 PerformanceResult Subscription failed search forum
Long Description

GraphQL subscription for PerformanceResult stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

Alert ErrGormDatabaseCode-1213 Database operation failed search forum
Long Description

Database operation failed. Please ensure that the database isn't corrupted

Probable Cause

Could be a db issue

Suggested Remediation

Confirm that database connection is working as expected.

Alert ErrInvalidTransitionCode-1214 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInvalidTransitionEventCode-1215 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrInititalizeK8sMachineCode-1216 Provided connection id is invalid search forum
Long Description

Probable Cause

Provided ID is not a valid uuid.

Suggested Remediation

Hard delete and reinitialise the connection process.

Alert ErrAssetMachineCtxCode-1217 type assertion of context to *kubernetes.MachineCtx failed search forum
Long Description

Probable Cause

The machine context has become invalid.

Suggested Remediation

Retry the opereation or try archiving and reinitializing the connection

Alert ErrInvalidTypeCode-1218 Provided connection id is invalid search forum
Long Description

Probable Cause

Provided ID is not a valid uuid.

Suggested Remediation

Hard delete and reinitialise the connection process.

Alert ErrAutoRegisterCode-1219 search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaClientCode-1220 Unable to initialize Grafana Client search forum
Long Description

Unable to initializes client for interacting with an instance of Grafana server

Probable Cause

Invalid Grafana Endpoint or API-Key

Suggested Remediation

Update your Grafana URL and API-Key from the settings page in the UI

Alert ErrPageSizeCode-1221 Unable to prase the Page Size search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPageNumberCode-1222 Unable to prase the Page Numer search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrResultIDCode-1223 Given resultID is not valid search forum
Long Description

Given resultID is nil

Probable Cause

Suggested Remediation

Alert ErrPerfIDCode-1224 Invalid peformance profile ID search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMarshalCode-1225 Unable to marshal the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed has json tags

Alert ErrUnmarshalCode-1226 Unable to unmarshal the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

Alert ErrGenerateUUIDCode-1227 Unable to generate a new UUID search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLocalProviderSupportCode-1228 Method not supported by local provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaOrgCode-1229 Failed to get Org data from Grafana search forum
Long Description

Probable Cause

Invalid URL Invalid API-Key

Suggested Remediation

Alert ErrGrafanaBoardsCode-1230 Unable to get Grafana Boards search forum
Long Description

Probable Cause

Grafana endpoint might not be reachable from meshery Grafana endpoint is incorrect

Suggested Remediation

Check if your Grafana endpoint is correct Connect to Grafana from the settings page in the UI

Alert ErrGrafanaDashboardCode-1231 Error getting grafana dashboard from UID search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaDataSourceCode-1232 Error getting Grafana Board's Datasource search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilQueryCode-1233 Query data passed is nil search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGrafanaDataCode-1234 Error getting data from Grafana API search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrApplicationFileNameCode-1235 Invalid Applicationfile search forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

Alert ErrFilterFileNameCode-1236 Invalid Filterfile search forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

Alert ErrPatternFileNameCode-1237 Invalid Patternfile search forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

Alert ErrMakeDirCode-1238 Unable to create directory/folder search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFolderStatCode-1239 Unable to find (os.stat) the folder search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUserIDCode-1240 User ID is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBConnectionCode-1241 Connection to DataBase does not exist search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilConfigDataCode-1242 Given config data is nil search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBOpenCode-1243 Unable to open the database search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBRLockCode-1244 Unable to obtain read lock from bitcask store search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBLockCode-1245 Unable to obtain write lock from bitcask store search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBReadCode-1246 Unable to read data from bitcast store search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBDeleteCode-1247 Unable to delete config data for the user search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrCopyCode-1248 Error occurred while copying search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDBPutCode-1249 Unable to Persist config data. search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusGetNodesCode-1250 Prometheus Client unable to get all nodes search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusLabelSeriesCode-1251 Unable to get the label set series search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusQueryRangeCode-1252 Unable to fetch data for the query search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPrometheusStaticBoardCode-1253 Unbale to get Static Boards search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenRefreshCode-1254 Error occurred while Refresing the token search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetTokenCode-1255 Error occurred while getting token from the Browser Cookie search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDataReadCode-1256 Error occurred while reading from the Reader search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenDecodeCode-1257 Error occurred while Decoding Token Data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilJWKsCode-1258 Invalid JWks search forum
Long Description

Value of JWKs is nil

Probable Cause

Suggested Remediation

Alert ErrNilKeysCode-1259 Key not found search forum
Long Description

JWK not found for the given KeyID

Probable Cause

Suggested Remediation

Alert ErrTokenExpiredCode-1260 Token has expired search forum
Long Description

Token is invalid, it has expired

Probable Cause

Suggested Remediation

Alert ErrTokenClaimsCode-1261 Error occurred while prasing claims search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenClientCheckCode-1262 Error occurred while performing token check HTTP request search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTokenPraseCode-1263 Error occurred while Prasing and validating the token search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrJWKsKeysCode-1264 Unable to fetch JWKs keys from the remote provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDecodeBase64Code-1265 Error occurred while decoding base65 string search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMarshalPKIXCode-1266 Error occurred while marshaling PKIX search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEncodingPEMCode-1267 Error occurred while encoding jwk to pem search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPraseUnverifiedCode-1268 Error occurred while prasing tokens (unverified) search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrEncodingCode-1269 Error encoding the : search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

Alert ErrFetchCode-1270 Unable to fetch data from the Provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrPostCode-1271 Unable to post data to the Provider search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrDeleteCode-1272 Unable to de-register Meshery Server from Remote Provider search forum
Long Description

Probable Cause

Network connectivity to Remote Provider may not be available. Session might have expired; token could be invalid.

Suggested Remediation

Verify that the Remote Provider is available. Ensure that you have an active session / valid token.

Alert ErrInvalidCapabilityCode-1273 Capablity is not supported by your Provider search forum
Long Description

You dont have access to the capability

Probable Cause

Not logged in to the vaild remote Provider

Suggested Remediation

Connect to the vaild remote Provider Ask the Provider Adim for access

Alert ErrResultDataCode-1274 given result data is nil search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrUnableToPersistsResultCode-1275 unable to persists the result data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrValidURLCode-1276 Enter valid URLs search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTestEndpointCode-1277 minimum one test endpoint needs to be specified search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrLoadgeneratorCode-1278 specify valid Loadgenerator search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProtocolCode-1279 specify the Protocol for all clients search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrTestClientCode-1280 minimum one test client needs to be specified search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParsingTestCode-1281 error parsing test duration, please refer to: https://docs.meshery.io/guides/mesheryctl#performance-management search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFieldCode-1282 Error: name field is blank search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrFetchDataCode-1283 unable to fetch result data search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrIndexOutOfRangeCode-1284 Error: index out of range search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSessionCopyCode-1285 Error: session copy error search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrSavingSeededComponentsCode-1286 Error while saving sample search forum
Long Description

Probable Cause

User doesn't have permission to save content.\nDatabase unreachable.\nDatabase locked or corrupt.\nContent unsupported.

Suggested Remediation

Retry fetching content\nRetry sigining in\nLogin with correct user account\nRetry after deleting '~/.meshery/config'.

Alert ErrGettingSeededComponentsCode-1287 Error while getting from sample content search forum
Long Description

Probable Cause

Sample content does not exist.\nContent file format not supported.\nUser doesn't have permission to read sample content.\nContent file corrupt.

Suggested Remediation

Try restarting Meshery.\nTry fetching content again.

Alert ErrDownloadingSeededComponentsCode-1288 search forum
Long Description

Probable Cause

The content is not present at the specified url endpoint HTTP requests failed

Suggested Remediation

Make sure the content is available at the endpoints Make sure that Github is reachable and the http requests are not failing

Alert ErrContextIDCode-1289 Error: Context ID is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMesheryInstanceIDCode-1290 Error: Meshery Instance ID is empty or is invalid search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrMesheryNotInClusterCode-1291 Error: Meshery is not running inside a cluster search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrBrokerNotFoundCode-1292 Meshery broker not found search forum
Long Description

Unable to find meshery broker in the cluster

Probable Cause

Invalid Grafana Endpoint or API-Key

Suggested Remediation

Update your Grafana URL and API-Key from the settings page in the UI

Alert ErrCreateOperatorDeploymentConfigCode-1293 Operator deployment configuration could not be created. search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrRequestMeshsyncStoreCode-1294 Meshsync store request could not be issued search forum
Long Description

Probable Cause

Suggested Remediation

Make sure meshery broker is healthy

Alert ErrBrokerSubscriptionCode-1295 Could not subscribe to the broker subject search forum
Long Description

Probable Cause

Suggested Remediation

Make sure meshery broker is healthy

Alert ErrContextAlreadyPersistedCode-1296 kubernetes context already persisted with provider search forum
Long Description

kubernetes context already persisted with provider

Probable Cause

Suggested Remediation

Alert ErrGetPackageCode-1297 Could not get the package search forum
Long Description

Probable Cause

Suggested Remediation

Make sure the configurations are correct

Alert ErrTokenRevokeCode-1298 Error occurred while revoking the token search forum
Long Description

Probable Cause

Unable to revoke token. Token appears to be a malformed base64 token.

Suggested Remediation

Try logging out (again) in order to fully close your session (and revoke the session token).

Alert ErrTokenIntrospectCode-1299 token introspection failed search forum
Long Description

Probable Cause

Invalid session token. Token has revoked.

Suggested Remediation

Login again to establish a new session with valid token.

Alert ErrShareDesignCode-1300 cannot make design public search forum
Long Description

Probable Cause

email address provided might not be valid insufficient permission

Suggested Remediation

Ensure that you are the owner of the design you are sharing Try again later Try using an alternate email address

Alert ErrUnreachableRemoteProviderCode-1301 Could not reach remote provider search forum
Long Description

Probable Cause

Remote provider server may be down or not accepting requests.

Suggested Remediation

Make sure remote provider server is healthy and accepting requests.

Alert ErrShareFilterCode-1302 Cannot make filter public search forum
Long Description

Probable Cause

Email address provided might not be valid Verify that you have sufficient permission to share the filter. You should be the owner of the filter

Suggested Remediation

Verify the spelling of the email address. Try using an alternate email address. Ensure that you are the owner of the filter you are sharing or have sharing permission assigned.

Alert ErrPersistEventCode-1303 Could not persist event search forum
Long Description

Probable Cause

Database could be down or not reachable Meshery Database handler is not accessible to perform operations

Suggested Remediation

Restart Meshery Server or Perform Hard Reset

Alert ErrUnreachableKubeAPICode-1304 search forum
Long Description

Probable Cause

The Kubernetes API server is not reachable. Credentials are invalid.

Suggested Remediation

Verify network connectivity and Kubernetes API responsiveness between Meshery Server and your cluster. Ensure client credential is not expired and is properly formed. Remove the cluster credential and enable 'insecure-skip-tls-verify'.

Alert ErrFlushMeshSyncDataCode-1305 Unable to flush MeshSync data for context %s at %s search forum
Long Description

Probable Cause

Meshery Database handler is not accessible to perform operations

Suggested Remediation

Restart Meshery Server or Perform Hard Reset

Alert ErrUpdateConnectionStatusCode-1306 Unable to update connection status search forum
Long Description

Probable Cause

Connection was already deleted User might not have necessary privileges

Suggested Remediation

Try refresing, you might be seeing stale data on the dashboard Check if the user has necessary privileges

Alert ErrResultNotFoundCode-1307 search forum
Long Description

The record in the database does not exist.

Probable Cause

The record might have been deleted.

Suggested Remediation

Alert ErrPersistCredentialCode-1308 unable to persist credential details search forum
Long Description

Probable Cause

The credential object is not valid

Suggested Remediation

Ensure all the required fields are provided

Alert ErrPersistConnectionCode-1309 unable to persist connection details search forum
Long Description

Probable Cause

The connection object is not valid

Suggested Remediation

Ensure all the required fields are provided

Alert ErrPrometheusScanCode-1310 Unable to connect to prometheus search forum
Long Description

Probable Cause

Prometheus endpoint might not be reachable from meshery Prometheus endpoint is incorrect

Suggested Remediation

Check if your Prometheus endpoint are correct Connect to Prometheus from the settings page in the UI

Alert ErrGrafanaScanCode-1311 Unable to connect to grafana search forum
Long Description

Probable Cause

Grafana endpoint might not be reachable from meshery Grafana endpoint is incorrect

Suggested Remediation

Check if your Grafana Endpoint is correct Connect to Grafana from the settings page in the UI

Alert ErrDBCreateCode-1312 Unable to create record search forum
Long Description

Probable Cause

Record already exist Database connection is not reachable

Suggested Remediation

Delete the record or try updating the record instead of recreating Rest the database connection

Alert ErrCreatingKubernetesComponentsCode-1313 search forum
Long Description

Probable Cause

component generation was canceled due to deletion or reload of K8s context Invalid kubeconfig Filters passed incorrectly in config Could not fetch API resources from Kubernetes server

Suggested Remediation

If there is the log \"Starting to register ...\" for the same contextID after this error means that for some reason the context was reloaded which caused this run to abort. In that case, this error can be ignored. Make sure that the configuration filters passed are in accordance with output from /openapi/v2

Alert ErrGetK8sComponentsCode-1314 Could not get K8s components for registration search forum
Long Description

Probable Cause

Invalid kubeconfig Filters passed incorrectly in config Could not fetch API resources from Kubernetes server

Suggested Remediation

Make sure that the configuration filters passed are in accordance with output from /openapi/v2

Alert ErrParseK8sManifestCode-1315 Failed to parse manifest into JSON search forum
Long Description

Probable Cause

Ensure manifests are valid and also use the restricted YAML features like using only \"strings\" in the field names

Suggested Remediation

Ensure YAML is a valid Kubernetes Manifest

Alert ErrCreatePatternServiceCode-1316 Failed to create design service from Manifest search forum
Long Description

Probable Cause

Invalid Manifest Meshery doesn't identifies the Resource mentioned in the Manifest

Suggested Remediation

Check if all of the meshery adapters are running Check if Meshery has successfully identified and registered Kubernetes components

Alert ErrPatternFromCytoscapeCode-1317 Could not create design file from given cytoscape search forum
Long Description

Probable Cause

Invalid cytoscape body Service name is empty for one or more services _data does not have correct data

Suggested Remediation

Make sure cytoscape is valid Check if valid service name was passed in the request Make sure _data field has \"settings\" field

Alert ErrDryRunCode-1318 error performing a dry run on the design search forum
Long Description

Probable Cause

Suggested Remediation

Top



Meshery Adapter for meshery-osm

Severity Error Name - Code Short Description Discussion
Alert ErrInstallOSMCode-1000 Error with osm operation search forum
Long Description

Error occurred while installing osm mesh through osmctl

Probable Cause

Suggested Remediation

Alert ErrTarXZFCode-1001 Error while extracting file search forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Retry the operation

Alert ErrMeshConfigCode-1002 Error configuration mesh search forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Reconnect the adaptor to the meshkit server

Alert ErrRunOsmCtlCmdCode-1003 Error running istioctl command search forum
Long Description

Probable Cause

Corrupted istioctl binary Command might be invalid

Suggested Remediation

Alert ErrDownloadBinaryCode-1004 Error downloading osm binary search forum
Long Description

Error occurred while download osm binary from its github release

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more details

Suggested Remediation

Alert ErrInstallBinaryCode-1005 Error installing osm binary search forum
Long Description

Probable Cause

Corrupted osm release binary Invalid installation location

Suggested Remediation

Alert ErrSampleAppCode-1006 Error with sample app operation search forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

Alert ErrCustomOperationCode-1007 Error with custom operation search forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reupload the kubconfig in the Meshery Server and reconnect the adapter

Alert ErrCreatingNSCode-1008 Error creating namespace search forum
Long Description

Error occurred while applying manifest to create a namespace

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reupload the kubeconfig in the Meshery Server and reconnect the adapter

Alert ErrRunExecutableCode-1009 Error running executable search forum
Long Description

Probable Cause

Corrupted binary Invalid operation

Suggested Remediation

Check if the adaptor is executing a deprecated command

Alert ErrSidecarInjectionCode-1010 Error occurred while injection sidecar search forum
Long Description

Error occurred while injecting sidercar using osm(ctl) `osm namespace add/remove <name>`

Probable Cause

Corrupted binary Invalidoperation

Suggested Remediation

Check if the adaptor is executing a deprecated command

Alert ErrOpInvalidCode-1011 Invalid operation search forum
Long Description

Istio adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

Alert ErrApplyHelmChartCode-1012 Error occurred while applying Helm Chart search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrNilClientCode-1013 kubernetes client not initialized search forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

Alert ErrInvalidOAMComponentTypeCode-1014 invalid OAM component name: search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrOSMCoreComponentFailCode-1015 error in osm core component search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrProcessOAMCode-1016 error performing OAM operations search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOSMCoreComponentCode-1017 osm core component manifest parsing failing search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrParseOAMComponentCode-1018 error parsing the component search forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

Alert ErrParseOAMConfigCode-1019 error parsing the configuration search forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

Alert ErrGetLatestReleaseCode-1020 Could not get latest version search forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

Alert ErrLoadNamespaceCode-1021 Error occurred while applying namespace search forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

Alert ErrEmptyConfigCode-1022 Config is empty search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleasesCode-1023 Unable to fetch release info search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetLatestReleaseNamesCode-1024 Failed to extract release names search forum
Long Description

Probable Cause

Suggested Remediation

Alert ErrGetManifestNamesCode-1025 Unable to fetch manifest names from github search forum
Long Description

Probable Cause

Suggested Remediation

Top