Error Code Reference
Error Codes and Troubleshooting
Meshery and its components use a common framework (defined within MeshKit) to generate and document an event with a unique error code identifier as the combination of [component type]-[component name]-[event 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 type, component name, event moniker and numberic code
Error codes are a hyphenated collection of details that include:- Component Type (string): The type of the component that emits this error event; e.g.
adapter - Component Name (string): The name of the component that emits this error event; e.g.
ameshery-istio - Error Moniker (string): A semi-human readable short key used in descriptive reference to the specific event at-hand; e.g.
ErrClosingDatabaseInstanceCode - Numberic Code (number): Unique number identifying a specific error as scoped by a specific component; e.g.
a1000
[component type]-[component name]-[event moniker]-[numeric code] is what makes a given error code globally unique. See Also
Troubleshooting guides to using Mesheryβs various features and components.
- Troubleshooting Errors while running Meshery
- Meshery Operator, MeshSync, Broker Troubleshooting Guide
- Troubleshooting Meshery Installations
- Troubleshooting Extensions for Local Development
Error Code Categories by Component
| Component Type | Component Name |
|---|---|
| adapter | cilium |
| adapter | meshery-consul |
| adapter | meshery-istio |
| adapter | meshery-kuma |
| adapter | meshery-linkerd |
| component | meshery-server |
| client | mesheryctl |
| library | meshery-adapter-library |
| library | meshkit |
| adapter | meshery-nginx-sm |
| adapter | nsm |
| adapter | meshery-osm |
| adapter | meshery-traefik-mesh |
Meshery Adapter for 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 | |||
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 | |||
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 | |||
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 | |||
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 | |||
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 kubeconfig 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 running and reachable by Meshery Server. | |||
| 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 adapter. 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 might be not reachable. Suggested Remediation Make sure load test endpoint is reachable by Meshery Server. | |||
| Alert | ErrFetchKubernetesCode-1060 | Unable to ping Kubernetes. Unable to run a discovery scan for Kubernetes cluster. | 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 crashed. 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 load test 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 | ErrPatternDeployCode-1073 | Unable to deploy the selected design \"%s\ | search forum |
| Long Description Probable Cause Connection Error: There was an error connecting to the selected target platform (i.e. Kubernetes cluster(s)). This connection might not be assigned to the selected environment. Suggested Remediation Verify that the Kubernetes connection status is 'Connected' or try uploading a new kubeconfig. Assign the current Kubernetes connection to the selected environment. | |||
| 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 Verify that you have an active user session. Try logging and in again. Confirm that you have sufficient permissions to save the design. Try reducing the size of the design file by removing the number of images, using alternative image formats or removing other non-critical components from the design. See https://docs.layer5.io/kanvas/advanced/performance/. | |||
| 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 provided path or URL of the design is correct. If you are providing a URL, it should be a direct URL to a downloadable file. For example, if the file is stored on GitHub, the URL should be 'https://raw.githubusercontent.com/path-to-file'. | |||
| 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 | Kubernetes cluster is unavailable for | search forum |
| Long Description Probable Cause There might be a network disruption or the Meshery server does not have valid credentials. Suggested Remediation Try uploading a new kubeconfig. Check the network connection and Kubernetes cluster status. Verify that the Meshery server has valid and updated credentials to access the Kubernetes cluster. | |||
| 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 parsing JWT claims | search forum |
| Long Description JWTs are encoded and signed, ensuring the integrity and authenticity of the claims they contain. 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 load generator | 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 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 | |||
| Alert | ErrRegisterEntityCode-1319 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrPersistEventToRemoteProviderCode-1320 | failed to persist event to remote provider | search forum |
| Long Description Probable Cause token is expired/revoked Remote Provider is not reachable or unavailable Suggested Remediation Try re-authenticating with the remote provider Verify remote provider for its reachability or availability. | |||
| Alert | ErrDoRequestCode-1321 | search forum | |
| Long Description Probable Cause Requested resource is not reachable. Unable to instantiate TCP connection Suggested Remediation Ensure correct URL is specified Ensure network connectivity to the resource from your network | |||
| Alert | ErrMarshalYAMLCode-1322 | unable to marshal yaml \"%s\ | search forum |
| Long Description Probable Cause Object has invalid yaml format Suggested Remediation Make sure to input a valid yaml object | |||
| Alert | ErrEventStreamingNotSupportedCode-1324 | Live events stream not supported. | search forum |
| Long Description Our server cannot provide live events streaming at the moment. This might be due to a technical issue with our system. Probable Cause Suggested Remediation | |||
| Alert | ErrGenerateClusterContextCode-1325 | Failed to generate in cluster context. | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrNilClusterContextCode-1326 | Nil context generated from in cluster config | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFailToSaveContextCode-1327 | Failed to save the context | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrParsingCallBackUrlCode-1328 | Failed to parse the callback URL | search forum |
| Long Description Probable Cause callback URL might be empty Suggested Remediation Make sure the callback URL is not empty | |||
| Alert | ErrReadSessionPersistorCode-1329 | Unable to read session from the session persister, starting with a new one | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFailToGetK8SContextCode-1330 | Failed to get Kubernetes context | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFailToLoadK8sContextCode-1331 | Failed to load Kubernetes context | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSessionNotReadIntactCode-1332 | search forum | |
| Long Description Probable Cause The session data might be corrupted or not properly saved. Suggested Remediation | |||
| Alert | ErrSessionNotFoundCode-1333 | search forum | |
| Long Description Probable Cause The session might not exist or could have been deleted. Suggested Remediation Check if the session data was correctly saved. | |||
| Alert | ErrTokenRetryCode-1334 | Error occurred, retrying after refresh to fetch token | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUrlParseCode-1335 | Error parsing the URL | search forum |
| Long Description Probable Cause Suggested Remediation Make sure the URL is correct | |||
| Alert | ErrCloseIoReaderCode-1336 | Error closing response body reader. | search forum |
| Long Description Probable Cause An error occurred while attempting to close response body reader. Suggested Remediation Ensure the response body reader is in a state that allows it to be closed. | |||
| Alert | ErrDownloadPackageCode-1337 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrOperationNotAvaibaleCode-1338 | Operation not available | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrTokenVerifyCode-1339 | Validation of refreshed token failed. | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrLogoutCode-1340 | Unable to perform logout | search forum |
| Long Description Probable Cause Session might already been revoked Remote provider is not able to complete the request Suggested Remediation Close the tabs and open Meshery UI again. Optionally, try using a private/incognito browser window. | |||
| Alert | ErrGetSessionCookieCode-1341 | Error occurred while getting session cookie | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrCloneCode-1342 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrPublishCode-1343 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUnPublishCode-1344 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSaveConnectionCode-1345 | Unable to save Meshery connection | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrGenerateK8sHandlerCode-1346 | search forum | |
| Long Description Probable Cause Possible causes include invalid Kubernetes context, missing configuration, or network issues. Suggested Remediation Verify the Kubernetes context configuration. Ensure the Kubernetes cluster is reachable and the configuration is correct. | |||
| Alert | ErrRetrieveK8sClusterIDCode-1347 | search forum | |
| Long Description Probable Cause Possible causes include invalid Kubernetes context, missing or incorrect configuration, or network issues. Suggested Remediation Verify the Kubernetes context configuration. Ensure the Kubernetes cluster is reachable and the configuration is correct. | |||
| Alert | ErrCreateResourceEntryCode-1348 | Failed to create resource entry | search forum |
| Long Description Probable Cause Possible causes include invalid input data, database issues, or network problems. Suggested Remediation Verify the input data is correct. Ensure the database is reachable and properly configured. | |||
| Alert | ErrInitializeDBHandlerCode-1349 | Unable to initialize database handler | search forum |
| Long Description Probable Cause Possible causes include incorrect database file path, invalid database engine configuration, or insufficient permissions. Suggested Remediation Verify the database file path and ensure it is correct. Check the database engine configuration and ensure the application has the necessary permissions to access the database file. | |||
| Alert | ErrDeleteK8sResourceCode-1350 | search forum | |
| Long Description Probable Cause Possible causes include invalid resource name or namespace, insufficient permissions, or network issues. Suggested Remediation Verify the resource name and namespace are correct. Ensure you have the necessary permissions to delete the resource. Check network connectivity to the Kubernetes cluster. | |||
| Alert | ErrCreateK8sResourceCode-1351 | search forum | |
| Long Description Probable Cause Possible causes include invalid resource name or namespace, insufficient permissions, or network issues. Suggested Remediation Verify the resource name and namespace are correct. Ensure you have the necessary permissions to create the resource. Check network connectivity to the Kubernetes cluster. | |||
| Alert | ErrGetResourceCode-1352 | search forum | |
| Long Description Probable Cause Possible causes include invalid resource name or namespace, insufficient permissions, or resource not found. Suggested Remediation Verify the resource name and namespace are correct. Ensure you have the necessary permissions to access the resource. | |||
| Alert | ErrDeleteResourceCode-1353 | search forum | |
| Long Description Probable Cause Possible causes include invalid resource name or namespace, insufficient permissions, or network issues. Suggested Remediation Verify the resource name and namespace are correct. Ensure you have the necessary permissions to delete the resource. Check network connectivity to the Kubernetes cluster. | |||
| Alert | ErrRecreateResourceCode-1354 | search forum | |
| Long Description Probable Cause Possible causes include invalid resource configuration, insufficient permissions, or network issues. Suggested Remediation Verify the resource configuration and ensure it is correct. Ensure you have the necessary permissions to recreate the resource. Check network connectivity to the Kubernetes cluster. | |||
| Alert | ErrUpdateResourceCode-1355 | search forum | |
| Long Description Probable Cause Possible causes include invalid resource configuration, insufficient permissions, or network issues. Suggested Remediation Verify the resource configuration and ensure it is correct. Ensure you have the necessary permissions to update the resource. Check network connectivity to the Kubernetes cluster. | |||
| Alert | ErrEmptySessionCode-1356 | No session found in the request | search forum |
| Long Description Unable to find \"token\" cookie in the request. Probable Cause User is not authenticated with the selected Provider. Browser might be restricting use of cookies. Suggested Remediation Choose a Provider and login to establish an active session (receive a new token and cookie). Optionally, try using a private/incognito browser window. Verify that your browser settings allow cookies. | |||
| Alert | ErrInvalidEventDataCode-1357 | The event provided is not valid | search forum |
| Long Description ActedUpon, Action, Category and Severity are required fields of an event Probable Cause Suggested Remediation Ensure that ActedUpon, Action, Category and Severity are present in the event | |||
| Alert | ErrSeedingComponentsCode-1358 | Failed to register the given models into meshery's registry | search forum |
| Long Description Probable Cause Given models may not be in accordance with Meshery's schema Internal(OS level) error while reading files Suggested Remediation Make sure the models being seeded are valid in accordance with Meshery's schema If it is an internal error, please try again after some time | |||
| Alert | ErrImportFailureCode-1359 | search forum | |
| Long Description Probable Cause Entity definition might not be in accordance with schema Entity version might not be supported by Meshery Suggested Remediation See the registration logs (found at $HOME/.meshery/logs/registry/registry-logs.log) to find out which Entity failed to be imported with more specific error information. | |||
| Alert | ErrEmptyOCIImageCode-1360 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrResolveReferenceCode-1361 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrGetComponentDefinitionCode-1362 | component definition not found | search forum |
| Long Description Probable Cause Component might not have been registered The component might not be supported by default, in the version of Meshery you are currently using. Suggested Remediation Ensure component definition is valid JSON/YAML. Import the model and try again. | |||
| Alert | ErrGetCapabilitiesCode-1363 | 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 | ErrExportPatternInFormatCode-1364 | search forum | |
| Long Description Probable Cause Suggested Remediation Export design in one of the supported format. | |||
| Alert | ErrNoTarInsideOCiCode-1365 | No tar file found inside OCI image | search forum |
| Long Description Unable to locate the compressed file(.tar.gz) inside the OCI image. Probable Cause The OCI image does not contain a ziped file. Suggested Remediation Verify that the OCI image contains a ziped file. | |||
| Alert | ErrFileTypeCode-1366 | Error: is not a valid file type | search forum |
| Long Description Probable Cause The provided file type is wrong Suggested Remediation Verify the file type | |||
| Alert | ErrCreatingOPAInstanceCode-1367 | Error creating OPA Instance. | search forum |
| Long Description Probable Cause Unable to create OPA instance, policies will not be evaluated. Suggested Remediation Ensure relationships are registered | |||
| Alert | ErrStatusCodeCode-1368 | Request was not successful | search forum |
| Long Description Probable Cause The server might be down or temporarily unavailable. There could be network connectivity issues between the client and the server. The API endpoint might be misconfigured, or the server is experiencing high load. Suggested Remediation Check if the server is online and operational. Verify network connectivity and ensure there are no firewalls or DNS issues blocking the request. Confirm the API endpoint is correct and functional. | |||
| Alert | ErrResyncClusterCode-1369 | Unable to process resync cluster request | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrMeshsyncDataHandlerCode-1370 | Error in meshsync data hadler | search forum |
| Long Description Probable Cause not deployed operator issue with connection to broker Suggested Remediation check that operator is deployed check that server can establish connection to broker | |||
| Critical | ErrResyncResourcesCode-1371 | Error resync resources | search forum |
| Long Description Probable Cause Fail to resync resources for the machine Suggested Remediation Check if machine supports resource resync | |||
| Critical | ErrResyncK8SResourcesCode-1372 | Error resync resources | search forum |
| Long Description Probable Cause Fail to resync resources for the kubernetes machine Suggested Remediation Check if machine context is assign to machine Check if machine context contains a reference to MesheryControllersHelper | |||
| Critical | ErrConnectActionCode-1373 | Error connect action | search forum |
| Long Description Probable Cause Fail to perform connect action for the kubernetes machine Suggested Remediation Check if token is passed machine from golang context correctly Check if there is connection data stored in database for this kubernetes machine | |||
Meshery Client for mesheryctl
| Severity | Error Name - Code | Short Description | Discussion |
|---|---|---|---|
| Fatal | ErrImportDesignCode-1001 | Unable to import design | search forum |
| Long Description Probable Cause Invalid design file Suggested Remediation Check your design URL/file path | |||
| Fatal | ErrInValidSourceCode-1002 | search forum | |
| Long Description Invalid design source type due to wrong type/passing Probable Cause design source type (-s) is invalid or not passed. Suggested Remediation Ensure you pass a valid source type. \nAllowed source types: %s | |||
| Alert | ErrOnboardDesignCode-1003 | Error Onboarding design | search forum |
| Long Description Unable to onboard design due to empty path Probable Cause File path or design name not provided. Suggested Remediation Provide a file path/design name. \n\n%v | |||
| Alert | ErrOffboardDesignCode-1005 | Error Offboarding design | search forum |
| Long Description Unable to offboard design due to empty path Probable Cause File path or design name not provided. Suggested Remediation Provide a file path/design name. \n\n%v | |||
| Alert | ErrDesignFlagCode-1006 | Invalid command | search forum |
| Long Description Wrong use of command flags Probable Cause -a/all flag is being used while an design is specified Suggested Remediation -a/-all cannot be used when [design name|id] is specified | |||
| Alert | ErrDesignManifestCode-1007 | No file path detected | search forum |
| Long Description No manifest file path detected Probable Cause Manifest path not provided Suggested Remediation Provide the path to the design manifest. \n\n%v | |||
| Alert | ErrInvalidMeshConfigCode-1008 | Invalid Meshconfig | search forum |
| Long Description Probable Cause Loading the Invalid MeshConfig data caused error Suggested Remediation Make sure that your 'config.yaml' file in your '.meshery' is valid | |||
| Fatal | ErrUpdateConfigCode-1009 | Error in writing config | search forum |
| Long Description Probable Cause Unable to Update config file Suggested Remediation Ensure that you have the correct context in your meshconfig at `$HOME/.meshery/config.yaml`. | |||
| Alert | ErrProcessingConfigCode-1010 | Error processing config | search forum |
| Long Description Error processing config Probable Cause Suggested Remediation | |||
| Alert | ErrCreatingConfigFileCode-1011 | Unable to create config file | search forum |
| Long Description Unable to create config file Probable Cause Suggested Remediation | |||
| Alert | ErrAddingTokenToConfigCode-1012 | Unable to add token to config | search forum |
| Long Description Unable to add token to config Probable Cause Suggested Remediation | |||
| Alert | ErrAddingContextToConfigCode-1013 | Unable to add context to config | search forum |
| Long Description Unable to add context to config Probable Cause Suggested Remediation | |||
| Alert | ErrUnmarshallingConfigFileCode-1014 | Error processing json in config file | search forum |
| Long Description Error processing json in config file Probable Cause Suggested Remediation | |||
| Fatal | ErrGettingRequestContextCode-1015 | Unable to add token to config | search forum |
| Long Description Unable to add token to config Probable Cause Suggested Remediation | |||
| Fatal | ErrUnmarshallingAPIDataCode-1016 | Error processing json API data | search forum |
| Long Description Error processing json API data Probable Cause Suggested Remediation | |||
| Fatal | ErrConnectingToServerCode-1017 | Unable to communicate with Meshery server | search forum |
| Long Description Unable to communicate with Meshery server See https://docs.meshery.io for help getting started with Meshery Probable Cause Suggested Remediation See https://docs.meshery.io for help getting started with Meshery | |||
| Alert | ErrFilterNameOrIDCode-1018 | Unable to fetch filter | search forum |
| Long Description Probable Cause Probable invalid filter name or id Suggested Remediation Run `mesheryctl filter list` to view all available filters. | |||
| Alert | ErrFetchFilterCode-1019 | Unable to Fetch Filter | search forum |
| Long Description Probable Cause Filter name or id doesn't exist Suggested Remediation Run `mesheryctl filter view -a` to view all available filters. | |||
| Fatal | ErrGettingSessionDataCode-1020 | Unable to fetch session data | search forum |
| Long Description Probable Cause Unable to get session from server Suggested Remediation Check your network connection and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrNoAdaptersCode-1021 | Unable to validate adapter | search forum |
| Long Description Adapter for required mesh not found Probable Cause Unable to fetch Mesh adapter, adapter not valid. Suggested Remediation Run the appropriate Meshery Adapter for your specific use case. See https://docs.meshery.io/concepts/architecture/adapters for list of adapters | |||
| Fatal | ErrPromptCode-1022 | Error while reading selected option | search forum |
| Long Description Probable Cause Unable to identify your selected component from the list Suggested Remediation Ensure you enter a component name | |||
| Fatal | ErrCreatingDeployRequestCode-1023 | Error sending deploy request | search forum |
| Long Description Probable Cause There might be a connection failure with Meshery Server Suggested Remediation Check your network connection and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrCreatingDeployResponseRequestCode-1024 | Failed to create a response | search forum |
| Long Description Probable Cause Error occurred while generating a response from deployed request Suggested Remediation Check your network connection and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrCreatingDeployResponseStreamCode-1025 | Error creating deploy event response stream | search forum |
| Long Description Probable Cause Unable convert a connection to a stream of server sent events Suggested Remediation Ensure your connection is valid and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrCreatingValidateResponseStreamCode-1026 | Error creating validate event response stream | search forum |
| Long Description Probable Cause Meshery is not running or there is a network issue. Suggested Remediation Check your network connection and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrTimeoutWaitingForDeployResponseCode-1027 | Timed out waiting for deploy event | search forum |
| Long Description Timed out waiting for deployment Probable Cause Network error or wrong environment configurations Suggested Remediation Ensure your have a strong connection and the right environment configuration | |||
| Fatal | ErrFailedDeployingMeshCode-1028 | Failed to deploy | search forum |
| Long Description Failed to deploy Probable Cause Network error or wrong environment configurations Suggested Remediation Ensure your have a strong connection and the right environment configuration | |||
| Fatal | ErrCreatingValidateRequestCode-1029 | Error sending Validate request | search forum |
| Long Description Probable Cause An HTTP error occurred due to network connection Suggested Remediation Check your network connection and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrCreatingValidateResponseRequestCode-1030 | Error creating request for validate response | search forum |
| Long Description Probable Cause Unable to create response from request Suggested Remediation Check your network connection and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrTimeoutWaitingForValidateResponseCode-1031 | Timed out waiting for validate response | search forum |
| Long Description Timed out waiting for validate response Probable Cause Network error or wrong environment configurations Suggested Remediation Ensure your have a strong connection and the right environment configuration | |||
| Fatal | ErrSMIConformanceTestsFailedCode-1032 | SMI conformance tests failed | search forum |
| Long Description SMI conformance tests failed Probable Cause Suggested Remediation Join https://layer5io.slack.com/archives/C010H0HE2E6 | |||
| Fatal | ErrValidateAdapterCode-1033 | Unable to validate adapter | search forum |
| Long Description Probable Cause Unable to fetch Mesh adapter, adapter not valid. Suggested Remediation Enter a valid Mesh adapter. | |||
| Alert | ErrSendOperationCode-1034 | Unable to perform operation | search forum |
| Long Description Probable Cause Failed to perform an adapter operation due to network connection. Suggested Remediation Check your network connection and the status of Meshery Server via `mesheryctl system status`. | |||
| Alert | ErrValidMeshNameCode-1035 | Invalid mesh name | search forum |
| Long Description Unable to validate mesh name Probable Cause %s is not a valid mesh name or is unsupported Suggested Remediation Enter a valid mesh name | |||
| Fatal | ErrWaitValidateResponseCode-1036 | Unable to validate a response | search forum |
| Long Description Probable Cause Unable to create responses after verifying operation Suggested Remediation Ensure your connection is valid and verify the status of the Meshery server with `mesheryctl system status`. | |||
| Fatal | ErrDesignsNotFoundCode-1037 | Design Not Found | search forum |
| Long Description No Design found with the given name or ID Probable Cause Design with the given name or ID is not present Suggested Remediation Please check if the given design name or ID is present via 'mesheryctl design list' | |||
| Fatal | ErrInvalidDesignFileCode-1038 | search forum | |
| Long Description Design appears invalid. Could not parse provided design Probable Cause Design file provided is not valid Suggested Remediation Please check that your design file is a valid yaml file | |||
| Alert | ErrDesignInvalidNameOrIDCode-1039 | Unable to fetch Design | search forum |
| Long Description Probable Cause Invalid design name or ID Suggested Remediation Run `mesheryctl design view -a` to view all available designs. | |||
| Alert | ErrReadFilepathCode-1040 | Unable to read file | search forum |
| Long Description Probable Cause The provided file is not present or has an invalid path Suggested Remediation Provide a valid file path | |||
| Alert | ErrNoProfileNameCode-1041 | No profile name | search forum |
| Long Description No profile name provided Probable Cause No profile name provided to perform test Suggested Remediation Provide a profile-name | |||
| Alert | ErrNoTestURLCode-1042 | No URL | search forum |
| Long Description Unable to get URL for performing test Probable Cause No URL provided for performing tests Suggested Remediation Provide a test URL | |||
| Alert | ErrNotValidURLCode-1043 | Invalid URL | search forum |
| Long Description Invalid URL for performing test Probable Cause Invalid test URL provided Suggested Remediation Input a valid test URL | |||
| Alert | ErrFailMarshalCode-1044 | Unable to convert JSON object. | search forum |
| Long Description Probable Cause Invalid JSON Format Suggested Remediation Check the data structure you are providing for marshalling | |||
| Alert | ErrFailUnmarshalCode-1045 | Error unmarshalling response | search forum |
| Long Description Failed to unmarshal response body Probable Cause The JSON format from the response body is not valid. Suggested Remediation Ensure a valid JSON is provided for processing. | |||
| Alert | ErrNoProfileFoundCode-1046 | No profile found | search forum |
| Long Description No profile found with given name Probable Cause Invalid profile name or no profile name provided Suggested Remediation Ensure a valid profile name is inputted. See https://docs.meshery.io/reference/mesheryctl/perf/apply for more details | |||
| Alert | ErrInvalidOutputChoiceCode-1047 | Invalid output format choice | search forum |
| Long Description Output format choice is invalid, use [json|yaml] Probable Cause Invalid JSON or YAML content Suggested Remediation Check the JSON or YAML structure. | |||
| Alert | ErrUnauthenticatedCode-1048 | Unauthenticated User | search forum |
| Long Description Access to this resource is unauthorized. Probable Cause You haven't logged in to Meshery. Suggested Remediation To proceed, log in using `mesheryctl system login`. | |||
| Alert | ErrFailUnmarshalFileCode-1049 | Failed to unmarshal configuration file | search forum |
| Long Description Probable Cause Unable to covert JSON format from yml file Suggested Remediation Ensure a valid data is provided in your yml file | |||
| Alert | ErrInvalidTestConfigFileCode-1050 | Invalid config file | search forum |
| Long Description Invalid test configuration file Probable Cause The test configuration is outdated or incorrect Suggested Remediation See https://docs.meshery.io/guides/performance-management#running-performance-benchmarks-through-mesheryctl for a valid configuration file | |||
| Alert | ErrArgumentOverflowCode-1051 | Invalid arguments | search forum |
| Long Description Invalid number of arguments Probable Cause Too many arguments passed Suggested Remediation Use `mesheryctl perf --help` to display usage guide. | |||
| Alert | ErrInvalidJSONFileCode-1052 | Invalid JSON | search forum |
| Long Description Unable to create perf profile Probable Cause Invalid JSON passed as options in file Suggested Remediation Provide a valid JSON object | |||
| Alert | ErrHealthCheckerCode-1053 | Healthchecks Failed | search forum |
| Long Description Probable Cause Failed to initialize healthchecker Suggested Remediation Ensure Mesheryctl is running and has the right configurations. See https://docs.meshery.io/reference/mesheryctl/system/check for checking Meshery components | |||
| Alert | ErrPerformanceProfileResultCode-1054 | Error displaying performance | search forum |
| Long Description Probable Cause Failed to fetch results for a specific profile Suggested Remediation Check your network connection and ensure Meshery is running . | |||
| Alert | ErrGenerateModelCode-1055 | search forum | |
| Long Description Probable Cause Registrant used for the model is not supported Verify the model's source URL. Failed to create a local directory in the filesystem for this model. Suggested Remediation Ensure that each kind of registrant used is a supported kind. Ensure correct model source URL is provided and properly formatted. Ensure sufficient permissions to allow creation of model directory. | |||
| Alert | ErrGenerateComponentCode-1056 | error generating comp %s of model %s | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUpdateModelCode-1057 | error updating model | search forum |
| Long Description Probable Cause Model does not exist Suggested Remediation Ensure existence of model, check for typo in model name | |||
| Alert | ErrUpdateComponentCode-1058 | search forum | |
| Long Description Probable Cause Component does not exist Component definition is corrupted Suggested Remediation Ensure existence of component, check for typo in component name Regenerate corrupted component | |||
| Alert | ErrUpdateRegistryCode-1059 | error updating registry at | search forum |
| Long Description Probable Cause Provided spreadsheet ID is incorrect Provided credential is incorrect Suggested Remediation Ensure correct spreadsheet ID is provided Ensure correct credential is used | |||
| Alert | ErrHealthCheckFailedCode-1060 | Health checks failed | search forum |
| Long Description Probable Cause Health checks execution failed in starting Meshery server Suggested Remediation Ensure Mesheryctl is running and has the right configurations. | |||
| Alert | ErrStopMesheryCode-1062 | Error stopping Meshery | search forum |
| Long Description Probable Cause Meshery server is not stopped, some of the docker containers are still running Suggested Remediation Verify all docker containers of Meshery server are stopped | |||
| Alert | ErrResetMeshconfigCode-1063 | Error resetting meshconfig to default settings | search forum |
| Long Description Probable Cause Meshery server config file is not reset to default settings Suggested Remediation | |||
| Alert | ErrApplyManifestCode-1064 | Error applying manifest with update: and delete: | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrApplyOperatorManifestCode-1065 | Error applying operator manifests with update: and delete: | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrCreateDirCode-1066 | Error creating directory | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUnsupportedPlatformCode-1067 | Unsupported platform | search forum |
| Long Description The provided platform is not supported. Probable Cause The platform is not supported for the deployment of Meshery. Suggested Remediation Supported platforms are:\n\n- docker\n- kubernetes\n\n Verify this setting in your meshconfig at or verify by executing `mesheryctl system context view` | |||
| Alert | ErrRetrievingCurrentContextCode-1068 | Error retrieving current-context | search forum |
| Long Description Probable Cause current-context is not retrieved Suggested Remediation | |||
| Alert | ErrSettingDefaultContextToConfigCode-1069 | Error setting default context to config | search forum |
| Long Description Probable Cause Mesheryctl config file may not exist or is invalid Suggested Remediation Make sure the Mesheryctl config file exists | |||
| Alert | ErrSettingTemporaryContextCode-1070 | Error setting temporary context | search forum |
| Long Description Probable Cause temporary context is not set properly Suggested Remediation Verify the temporary context is set properly using the -c flag provided | |||
| Alert | ErrRestartMesheryCode-1072 | Error restarting Meshery | search forum |
| Long Description Probable Cause Meshery is not running Suggested Remediation Restart Meshery instance | |||
| Alert | ErrK8sQueryCode-1073 | The Kubernetes cluster is not accessible. | search forum |
| Long Description \nThe Kubernetes cluster is not accessible Please confirm that the token is valid See https://docs.meshery.io/installation/quick-start for additional instructions Probable Cause Kubernetes cluster is unavailable and that the token is invalid Suggested Remediation Please confirm that your cluster is available and that the token is valid. See https://docs.meshery.io/installation/quick-start for additional instructions | |||
| Alert | ErrK8sConfigCode-1074 | The Kubernetes cluster is not accessible. | search forum |
| Long Description \nThe Kubernetes cluster is not accessible Please confirm that the cluster is running See https://docs.meshery.io/installation/quick-start for additional instructions. Probable Cause Kubernetes cluster isn't running or inaccessible Suggested Remediation Verify kubernetes and Meshery connectivity or Verify kubeconfig certificates. | |||
| Alert | ErrInitPortForwardCode-1075 | Failed to initialize port-forward | search forum |
| Long Description Failed to create new Port Forward instance Probable Cause Connection not established Suggested Remediation Ensure you have a strong network connection | |||
| Fatal | ErrRunPortForwardCode-1076 | Failed to run port-forward | search forum |
| Long Description Error running port-forward for Meshery Probable Cause Meshery pod is not in running phase mesheryctl can't connect to kubernetes with client-go Suggested Remediation Make sure Meshery pod exists and is in running state Check if mesheryctl is connected to kubernetes with `mesheryctl system check` | |||
| Fatal | ErrFailedGetEphemeralPortCode-1077 | Failed to get a free port | search forum |
| Long Description Failed to start port-forwarding Probable Cause Unable to provide a free port to connect to a kuberentes cluster Suggested Remediation Ensure your Meshery Server is running, Ensure mesheryctl is connected to kubernetes cluster with `mesheryctl system check` | |||
| Alert | ErrUnmarshalDockerComposeCode-1078 | Error processing JSON response from Meshery Server | search forum |
| Long Description Probable Cause Either the JSON response is invalid or the Response is distorted Suggested Remediation Ensure Meshery Server is running and you have a strong newtwork connection | |||
| Critical | ErrCreatingDockerClientCode-1079 | Failed to create Docker client | search forum |
| Long Description Error occurred while creating Docker client from config file Probable Cause Missing or invalid docker config Suggested Remediation Please check the Docker config file for any errors or missing information. Make sure it is correctly formatted and contains all the required fields. | |||
| Fatal | ErrWriteConfigCode-1080 | Error in writing config | search forum |
| Long Description Probable Cause Unable to write to config file Suggested Remediation | |||
| Fatal | ErrContextContentCode-1081 | Failed to detect context | search forum |
| Long Description Unable to detect current-context Probable Cause Error while trying to fetch current-context in YML file Suggested Remediation Ensure a valid context name is provided | |||
| Alert | ErrSwitchChannelResponseCode-1082 | Unable to exectute command | search forum |
| Long Description Channel switch aborted Probable Cause No user response provided Suggested Remediation | |||
| Fatal | ErrGetCurrentContextCode-1083 | Unable to get current-context | search forum |
| Long Description Probable Cause Invalid context name provided Suggested Remediation | |||
| Fatal | ErrSetCurrentContextCode-1084 | Unable to set current-context | search forum |
| Long Description Probable Cause Invalid context name provided Suggested Remediation | |||
| Fatal | ErrTokenContextCode-1085 | Unable to get token | search forum |
| Long Description Probable Cause No token found for the Current context Suggested Remediation | |||
| Fatal | ErrProviderInfoCode-1086 | Unable to verify provider | search forum |
| Long Description Probable Cause Unable to verify provider as Meshery server was unreachable Suggested Remediation | |||
| Fatal | ErrValidProviderCode-1087 | Invalid provider | search forum |
| Long Description Unable to validate provider Probable Cause A wrong provider was specified Suggested Remediation | |||
| Fatal | ErrUnmarshallConfigCode-1088 | Invalid config | search forum |
| Long Description Probable Cause Unable to decode Meshconfig. Suggested Remediation | |||
| Fatal | ErrUploadFileParamsCode-1089 | Unable to upload | search forum |
| Long Description Probable Cause Unable to upload parameters from config file with provided context Suggested Remediation | |||
| Alert | ErrFailRequestCode-1090 | Failed to make a request | search forum |
| Long Description Probable Cause Meshery server is not reachable. Suggested Remediation Please ensure that the Meshery server is running and accessible. You can try running 'mesheryctl system restart'. | |||
| Alert | ErrInvalidTokenCode-1091 | Invalid authentication Token | search forum |
| Long Description The authentication token has expired or is invalid. Probable Cause The token in auth.json has expired or is invalid. Suggested Remediation Provide a valid user token by logging in with `mesheryctl system login`. | |||
| Alert | ErrFailReqStatusCode-1092 | Failed response server error | search forum |
| Long Description Probable Cause Invalid API call Suggested Remediation Check your network connection and the status of Meshery Server via `mesheryctl system status`. | |||
| Alert | ErrAttachAuthTokenCode-1093 | Authentication token Not Found | search forum |
| Long Description Probable Cause The user is not logged in to generate a token. Suggested Remediation Log in with `mesheryctl system login` or supply a valid user token using the --token (or -t) flag. | |||
| Alert | ErrUnmarshalCode-1094 | Error unmarshalling response | search forum |
| Long Description Probable Cause The JSON format from the response body is not valid. Suggested Remediation Ensure a valid JSON is provided for processing. | |||
| Alert | ErrFileReadCode-1095 | File read error | search forum |
| Long Description Probable Cause The provided file is not present or has an invalid path. Suggested Remediation To proceed, provide a valid file path with a valid file. | |||
| Fatal | ErrCreatingRequestCode-1096 | Error occurred while making an HTTP request. | search forum |
| Long Description Probable Cause Meshery is not running or there is a network issue. Suggested Remediation Check your network connection and verify the status of the Meshery server using `mesheryctl system status`. | |||
| Fatal | ErrMarshalCode-1097 | Error while marshalling the content | search forum |
| Long Description Probable Cause The content provided for marshalling is invalid. Suggested Remediation Check the data structure you are providing for marshalling. | |||
| Alert | ErrReadResponseBodyCode-1098 | Failed to read response body from request | search forum |
| Long Description Probable Cause There might be connection failure with Meshery Server Suggested Remediation Check the status via `mesheryctl system status` | |||
| Fatal | ErrParsingUrlCode-1099 | Error parsing the URL | search forum |
| Long Description Probable Cause The provided URL does not exist or the relative path is incorrect. Suggested Remediation Double-check the correctness of the URL you have inputted. | |||
| Fatal | ErrNotFoundCode-1100 | Item Not Found | search forum |
| Long Description Probable Cause The item you are searching for is not present. Suggested Remediation Check whether the item is present. | |||
| Alert | ErrUnauthenticatedCode-1101 | Unauthenticated User | search forum |
| Long Description Access to this resource is unauthorized. Probable Cause You haven't logged in to Meshery. Suggested Remediation To proceed, log in using `mesheryctl system login`. | |||
| Fatal | ErrInvalidFileCode-1102 | Invalid File | search forum |
| Long Description Probable Cause File does not meet the criteria. Suggested Remediation Check the file's validity. | |||
| Fatal | ErrInvalidNameOrIDCode-1103 | Invalid Name or ID Provided | search forum |
| Long Description Probable Cause The provided Name or ID is either not present or invalid. Suggested Remediation Provide a valid Name or ID using the `list` command with the appropriate subcommand. | |||
| Fatal | ErrInvalidAPIResponseCode-1104 | Invalid API response encountered | search forum |
| Long Description Probable Cause Error occurred while generating a response body Suggested Remediation Check your network connection and the status of Meshery Server via `mesheryctl system status`. | |||
| Alert | ErrReadConfigFileCode-1105 | Unable to read meshconfig file | search forum |
| Long Description Probable Cause The provided file is not present or has an invalid path Suggested Remediation Provide a valid file path with a valid meshconfig file. | |||
| Alert | ErrMarshalIndentCode-1106 | Error indenting JSON body | search forum |
| Long Description Probable Cause Unable to format the JSON body filters due to invalid content Suggested Remediation Check the data structure provided for proper formatting. | |||
| Alert | ErrLoadConfigCode-1107 | Error processing config | search forum |
| Long Description Probable Cause Unable to load meshconfig due to wrong configurations Suggested Remediation Ensure your `config.yaml` file in your `.meshery` is valid, or run `mesheryctl system config`. | |||
| Alert | ErrResponseStatusBodyCode-1108 | Incorrect status code | search forum |
| Long Description Probable Cause Error occurred while generating a response body Suggested Remediation Check your network connection and the status of Meshery Server via `mesheryctl system status`. | |||
| Alert | ErrResponseStatusCode-1109 | Incorrect status code | search forum |
| Long Description Probable Cause Error occurred while generating a response Suggested Remediation Check your network connection and the status of Meshery Server via `mesheryctl system status`. | |||
| Alert | ErrJSONToYAMLCode-1110 | Failed to convert JSON to YAML | search forum |
| Long Description Probable Cause The content provided for marshalling is invalid. Suggested Remediation Check the JSON structure you are providing for YAML conversion. | |||
| Alert | ErrOutFormatFlagCode-1111 | Invalid output format choice | search forum |
| Long Description Output format choice is invalid, use [json|yaml] Probable Cause Invalid JSON or YAML content Suggested Remediation Check the JSON or YAML structure. | |||
| Alert | ErrParseGithubFileCode-1112 | Failed to parse github file | search forum |
| Long Description Probable Cause Unable to retrieve file from URL: %s Suggested Remediation Ensure you have a github url in file path | |||
| Alert | ErrReadTokenCode-1113 | Could not read token | search forum |
| Long Description Probable Cause Token file is invalid Suggested Remediation Provide a valid user token by logging in with `mesheryctl system login`. | |||
| Alert | ErrRequestResponseCode-1114 | Failed to handle request | search forum |
| Long Description Probable Cause Error occurred while generating a response Suggested Remediation Check your network connection and the status of Meshery Server via `mesheryctl system status`. | |||
| Alert | ErrBadRequestCode-1117 | Failed to delete the connection | search forum |
| Long Description Probable Cause Error occurred while deleting the connection Suggested Remediation Check your network connection and the status of Meshery Server via `mesheryctl system status`. | |||
| Alert | ErrInvalidArgumentCode-1118 | Invalid Argument | search forum |
| Long Description Probable Cause Invalid Argument Suggested Remediation Please check the arguments passed | |||
| Alert | ErrGeneratingIconsCode-1119 | error generating icons at | search forum |
| Long Description Probable Cause Model SVG data is missing Model name formatting issue Suggested Remediation Ensure model SVG data is provided in model definition Ensure model name formatting is correct | |||
| Alert | ErrClearLineCode-1120 | Failed to clear terminal | search forum |
| Long Description Probable Cause Error occurred while attempting to clear the command-line interface Suggested Remediation Check if the required clear commands ('clear' or 'cls') are available in the system's PATH | |||
| Alert | ErrPatternSourceTypeCode-1121 | Source type for the design to import not specified | search forum |
| Long Description Empty source type detected Probable Cause Design source type not provided Suggested Remediation Provide one of the supported source type for the design to import. \n\n%v | |||
| Alert | ErrCopyDataCode-1122 | Error copying data to file | search forum |
| Long Description Probable Cause Insufficient disk space, or file system errors. Suggested Remediation Check for sufficient disk space, and verify the integrity of the file system. | |||
| Alert | ErrCreateFileCode-1123 | Error creating file | search forum |
| Long Description Probable Cause Insufficient disk page, filepath could be invalid. Suggested Remediation Verify that the file path is valid, and ensure there is sufficient disk space available. | |||
| Alert | ErrRetrieveHomeDirCode-1124 | Error retrieving user home/root directory | search forum |
| Long Description Failed to retrieve the home/root directory, Probable Cause Operating system environment issue or insufficient permissions. Suggested Remediation Ensure that the operating system environment is set up correctly and run the application with elevated privileges. | |||
| Alert | ErrReadFromBodyCode-1125 | Unable to read data from the response body | search forum |
| Long Description Probable Cause The data for the pattern (design) file might be corrupted. Suggested Remediation Please ensure that your network connection is stable. If the issue continues, check the server response or data format for potential problems. | |||
| Alert | ErrMarkFlagRequireCode-1126 | search forum | |
| Long Description Probable Cause The flag may not exist or there was some error while specifying the flag. Suggested Remediation Please ensure that the required flag '%s' is correctly specified and set before running the command. | |||
| Fatal | ErrExportModelCode-1127 | Error exporting model | search forum |
| Long Description Probable Cause Model may not be present in the registry Suggested Remediation Ensure that there are no typos in the model name | |||
| Alert | ErrParsingSheetCode-1128 | search forum | |
| Long Description Probable Cause provied sheet id for %s might be incorrect Suggested Remediation ensure the sheet id is correct | |||
| Fatal | ErrTemplateFileNotPresentCode-1131 | error no template file provided | search forum |
| Long Description no template file is provided while using url for importing a model Probable Cause template file not present Suggested Remediation ensure that the template file is present in the given path | |||
| Alert | ErrGeneratesModelCode-1132 | search forum | |
| Long Description Probable Cause Registrant used for the model is not supported Verify the model's source URL. Failed to create a local directory in the filesystem for this model. Suggested Remediation Ensure that each kind of registrant used is a supported kind. Ensure correct model source URL is provided and properly formatted. Ensure sufficient permissions to allow creation of model directory. | |||
| Alert | ErrUpdateComponentsCode-1134 | search forum | |
| Long Description Probable Cause Component does not exist Component definition is corrupted Suggested Remediation Ensure existence of component, check for typo in component name Regenerate corrupted component | |||
| Alert | ErrMissingCommandsCode-1137 | Missing required commands | search forum |
| Long Description Probable Cause Required commands are not installed or not in PATH Suggested Remediation Install the missing commands and ensure they are in PATH | |||
| Alert | ErrKubernetesConnectivityCode-1138 | Failed to connect to Kubernetes API server | search forum |
| Long Description Probable Cause Kubernetes API server is not reachable Suggested Remediation Ensure your Kubernetes cluster is running and accessible | |||
| Alert | ErrKubernetesQueryCode-1139 | Failed to query Kubernetes API | search forum |
| Long Description Probable Cause Kubernetes API query failed Suggested Remediation Ensure your Kubernetes cluster is running and accessible | |||
| Alert | ErrDesignFileNotProvidedCode-1140 | Design file path not provided | search forum |
| Long Description Design [File | File Path | URL] isn't specified Probable Cause [File | File Path | URL] not detected. The '-f' flag is missing or empty in the 'mesheryctl design import' command Suggested Remediation Provide the path to the design file using the '-f' flag. Ensure that the file path or URL is correctly specified and accessible. \n\n%v | |||
| Alert | ErrCreateManifestsFolderCode-1141 | Error creating manifest folder | search forum |
| Long Description Probable Cause system error in creating manifest folder Suggested Remediation Make sure manifest folder (.meshery/manifests) is created properly | |||
| Alert | ErrDownloadFileCode-1142 | Error downloading file | search forum |
| Long Description Probable Cause Failed to download docker-compose or manifest file due to system/config/network issues Suggested Remediation Make sure docker-compose or manifest file is downloaded | |||
| Alert | ErrNoManifestFilesFoundCode-1143 | No manifest files found in the specified path | search forum |
| Long Description Probable Cause The provided directory may be empty, incorrect, or manifests were not properly downloaded. Suggested Remediation Verify the specified path contains valid manifest files. | |||
| Alert | ErrWalkManifestsCode-1144 | Error walking through manifests | search forum |
| Long Description Probable Cause Unable to traverse git repository or manifests due to filesystem or permission issues. Suggested Remediation Ensure the repository and manifests directory are accessible and have proper permissions. | |||
| Alert | ErrGetChannelVersionCode-1145 | Unable to retrieve release channel and version information. | search forum |
| Long Description Probable Cause Failed to determine version from context or GitHub releases, possibly due to network or configuration issues. Suggested Remediation Check your network connection and context configuration; ensure GitHub is accessible. | |||
| Fatal | ErrModelUnsupportedOutputFormatCode-1146 | Error viewing model | search forum |
| Long Description Probable Cause Output format not supported Suggested Remediation Ensure giving a valid format | |||
| Alert | ErrOutputToJsonCode-1147 | Failed to format output in JSON | search forum |
| Long Description Error occurred while formatting to JSON Probable Cause The content provided for formatting failed. Suggested Remediation Check the JSON structure you are providing for formatting. | |||
| Fatal | ErrModelInitCode-1148 | Error model init | search forum |
| Long Description Probable Cause Error during run of model init command Suggested Remediation Ensure passing all params according to the command description | |||
| Fatal | ErrModelUnsupportedVersionCode-1149 | Error in model version format | search forum |
| Long Description Probable Cause Version format not supported Suggested Remediation Ensure giving a semver version format | |||
| Alert | ErrInvalidModelCode-1150 | No valid component or relationship found in the model provided | search forum |
| Long Description No valid component or relationship found in the Model provided. A Model can be only imported if it contains at least one valid Component or Relationship. Probable Cause Provided components or relationships might have incorrect format Folder structure might be incorrect Suggested Remediation Know about Meshery Models and Importing instructions here: https://docs.meshery.io/guides/configuration-management/importing-models | |||
| Fatal | ErrModelBuildCode-1151 | Error model build | search forum |
| Long Description Probable Cause Error during run of model build command Suggested Remediation Ensure passing all params according to the command description | |||
| Alert | ErrInvalidOrgIDCode-1152 | Invalid organization ID format | search forum |
| Long Description Probable Cause Organization ID is not a valid UUID format Organization ID contains invalid characters Suggested Remediation Ensure the organization ID is a valid UUID format Check the orgID parameter for typos or formatting issues | |||
| Alert | ErrFetchEnvironmentsCode-1153 | Failed to fetch environments | search forum |
| Long Description Probable Cause Network connection issues Meshery server is not reachable Invalid API endpoint Authentication issues Suggested Remediation Check your network connection Verify Meshery server status via `mesheryctl system status` Ensure you have proper authentication credentials | |||
| Alert | ErrTableRenderCode-1154 | Failed to display output in table format | search forum |
| Long Description Probable Cause Table rendering issue Suggested Remediation Ensure the data being rendered is valid and properly structured. | |||
| Alert | ErrFlagsInvalidCode-1155 | Invalid flag provided | search forum |
| Long Description Probable Cause The flag provided is invalid. Suggested Remediation Provide a valid flag | |||
| Alert | ErrMesheryServerNotRunningCode-1156 | Meshery Server is not running | search forum |
| Long Description Probable Cause Meshery Server is not running or is unreachable Docker or Kubernetes environment is not ready Network connectivity issues Suggested Remediation Start Meshery Server with `mesheryctl system start` Verify system readiness with `mesheryctl system check --preflight` Check your network connection and firewall settings | |||
| Alert | ErrListPaginationCode-1157 | Failed to fetch data from Meshery server. | search forum |
| Long Description Probable Cause While fetching data from Meshery server an error occurred. Suggested Remediation Please check if returned data is valid | |||
| Alert | ErrOutputToYamlCode-1158 | Failed to format output in YAML | search forum |
| Long Description Error occurred while formatting to YAML Probable Cause The content provided for formatting failed. Suggested Remediation Check the Yaml structure you are providing for formatting. | |||
Meshery Library for meshery-adapter-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 | |||
Meshery Library for meshkit
| Severity | Error Name - Code | Short Description | Discussion |
|---|---|---|---|
| Alert | ErrControllerCode-11071 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrConnectCode-11118 | Connection to broker failed | search forum |
| Long Description Probable Cause Endpoint might not be reachable Suggested Remediation Make sure the NATS endpoint is reachable | |||
| Alert | ErrEncodedConnCode-11119 | Encoding connection failed with broker | search forum |
| Long Description Probable Cause Endpoint might not be reachable Suggested Remediation Make sure the NATS endpoint is reachable | |||
| Alert | ErrPublishCode-11120 | Publish failed | search forum |
| Long Description Probable Cause NATS is unhealthy Suggested Remediation Make sure NATS is up and running | |||
| Alert | ErrPublishRequestCode-11121 | Publish request failed | search forum |
| Long Description Probable Cause NATS is unhealthy Suggested Remediation Make sure NATS is up and running | |||
| Alert | ErrQueueSubscribeCode-11122 | Subscription failed | search forum |
| Long Description Probable Cause NATS is unhealthy Suggested Remediation Make sure NATS is up and running | |||
| Alert | ErrEmptyConfigCode-11123 | Config not initialized | search forum |
| Long Description Probable Cause Viper is crashing Suggested Remediation Make sure viper is configured properly | |||
| Fatal | ErrViperCode-11124 | Viper configuration initialization failed | search forum |
| Long Description Probable Cause Viper is crashing Suggested Remediation Make sure viper is configured properly | |||
| Fatal | ErrInMemCode-11125 | InMem configuration initialization failed | search forum |
| Long Description Probable Cause In memory map is crashing Suggested Remediation Make sure map is configured properly | |||
| Alert | ErrNoneDatabaseCode-11126 | No Database selected | search forum |
| Long Description Probable Cause database name is empty Suggested Remediation Input a name for the database | |||
| Alert | ErrDatabaseOpenCode-11127 | Unable to open database | search forum |
| Long Description Probable Cause Database is unreachable Suggested Remediation Make sure your database is reachable | |||
| Alert | ErrSQLMapUnmarshalJSONCode-11128 | failed to unmarshal json | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSQLMapUnmarshalTextCode-11129 | failed to unmarshal text | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSQLMapMarshalValueCode-11130 | failed to marshal value | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSQLMapUnmarshalScannedCode-11131 | failed to unmarshal scanned data | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSQLMapInvalidScanCode-11132 | invalid data type: expected []byte | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrClosingDatabaseConnectionCode-11133 | 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 | ErrGetChartUrlCode-11134 | Could not get the chart url for this ArtifactHub package | search forum |
| Long Description Probable Cause Suggested Remediation make sure that the package exists | |||
| Alert | ErrGetAhPackageCode-11135 | Could not get the ArtifactHub package with the given name | search forum |
| Long Description Probable Cause Suggested Remediation make sure that the package exists | |||
| Alert | ErrComponentGenerateCode-11136 | failed to generate components for the package | search forum |
| Long Description Probable Cause Suggested Remediation Make sure that the package is compatible | |||
| Alert | ErrGetAllHelmPackagesCode-11137 | Could not get HELM packages from Artifacthub | search forum |
| Long Description Probable Cause Suggested Remediation make sure that the artifacthub API service is available | |||
| Alert | ErrUnsupportedRegistrantCode-11138 | unsupported registrant | search forum |
| Long Description Probable Cause Select from one of the supported registrants Suggested Remediation Check docs for the list of supported registrants | |||
| Alert | ErrGenerateGitHubPackageCode-11139 | search forum | |
| Long Description Probable Cause invalid sourceurl provided repository might be private Suggested Remediation provided sourceURL according to the format provide approparite credentials to clone a private repository | |||
| Alert | ErrInvalidGitHubSourceURLCode-11140 | search forum | |
| Long Description Probable Cause sourceURL provided might be invalid provided repo/version tag does not exist Suggested Remediation ensure source url follows the format: git://<owner>/<repositoryname>/<branch>/<version>/<path from the root of repository> | |||
| Alert | ErrGetControllerStatusCode-11141 | Error getting the status of the meshery controller | search forum |
| Long Description Probable Cause Controller may not be healthy or not deployed Suggested Remediation Make sure the controller is deployed and healthy | |||
| Alert | ErrDeployControllerCode-11142 | Error deploying Meshery Operator | search forum |
| Long Description Probable Cause Meshery Server could not connect to the Kubernetes cluster. Meshery Operator was not deployed Insufficient file permission to read kubeconfig Suggested Remediation Verify that the available kubeconfig is accessible by Meshery Server - verify sufficient file permissions (only needs read permission) | |||
| Alert | ErrGetControllerPublicEndpointCode-11143 | Could not get the public endpoint of the controller | search forum |
| Long Description Probable Cause Client configuration may not be valid Suggested Remediation Make sure the client configuration is valid | |||
| Alert | ErrPrepareForEvalCode-11144 | error preparing for evaluation | search forum |
| Long Description Probable Cause query might be empty rego store provided without associated transaction uncommitted transaction Suggested Remediation please provide the transaction for the loaded store | |||
| Alert | ErrEvalCode-11145 | error evaluating policy for the given input | search forum |
| Long Description Probable Cause The policy query is invalid, see: https://github.com/open-policy-agent/opa/blob/main/rego/resultset.go (Allowed func) Suggested Remediation please provide a valid non-empty query | |||
| Alert | ErrAppendingLayerCode-11147 | appending content to artifact failed | search forum |
| Long Description Probable Cause layer is not compatible with the base image Suggested Remediation Try using a different base image use a different media type for the layer | |||
| Alert | ErrReadingFileCode-11148 | reading file failed | search forum |
| Long Description Probable Cause failed to read the file Insufficient permissions Suggested Remediation Try using a different file check if appropriate read permissions are given to the file | |||
| Alert | ErrUnSupportedLayerTypeCode-11149 | unsupported layer type | search forum |
| Long Description Probable Cause layer type is not supported Suggested Remediation Try using a different layer type | |||
| Alert | ErrGettingLayerCode-11150 | getting layer failed | search forum |
| Long Description Probable Cause failed to get the layer Suggested Remediation Try using a different layer check if OCI image is not malformed | |||
| Alert | ErrCompressingLayerCode-11151 | compressing layer failed | search forum |
| Long Description Probable Cause failed to compress the layer Suggested Remediation Try using a different layer check if layers are compatible with the base image | |||
| Alert | ErrUnTaringLayerCode-11152 | untaring layer failed | search forum |
| Long Description Probable Cause failed to untar the layer Suggested Remediation Try using a different layer check if image is not malformed | |||
| Alert | ErrGettingImageCode-11153 | getting image failed | search forum |
| Long Description Probable Cause failed to get the image Suggested Remediation Try using a different image check if image is not malformed | |||
| Alert | ErrValidatingImageCode-11154 | validating image failed | search forum |
| Long Description Probable Cause failed to validate the image Suggested Remediation Try using a different image check if image is not malformed | |||
| Alert | ErrCrdGenerateCode-11155 | Could not generate component with the given CRD | search forum |
| Long Description Probable Cause Suggested Remediation Verify CRD has valid schema. | |||
| Alert | ErrDefinitionCode-11156 | Could not get definition for the given CRD | search forum |
| Long Description Probable Cause Suggested Remediation Verify CRD has valid schema. | |||
ErrGetSchemaCode-11157 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUpdateSchemaCode-11158 | Failed to update schema properties for | search forum |
| Long Description Probable Cause Incorrect type assertion Selector.Unquoted might have been invoked on non-string label error during conversion from cue.Selector to string Suggested Remediation Ensure correct type assertion Perform appropriate conversion from cue.Selector to string Verify CRD has valid schema | |||
ErrUnmarshalCode-11159 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnmarshalInvalidCode-11160 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnmarshalSyntaxCode-11161 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnmarshalTypeCode-11162 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnmarshalUnsupportedTypeCode-11163 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnmarshalUnsupportedValueCode-11164 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrMarshalCode-11165 | 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-11166 | 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-11167 | 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-11168 | 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-11169 | 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-11170 | error reading local file | search forum |
| Long Description Probable Cause File does not exist in the location (~/.kube/config) File is absent. Filename is not 'config'. Insufficient permissions to read file Suggested Remediation Verify that the available kubeconfig is accessible by Meshery Server - verify sufficient file permissions (only needs read permission). | |||
| Alert | ErrReadFileCode-11171 | error reading file | search forum |
| Long Description Probable Cause Insufficient permissions Suggested Remediation Verify that file exist at the provided location Verify sufficient file permissions. | |||
| Alert | ErrWriteFileCode-11172 | error writing file | search forum |
| Long Description Probable Cause Insufficient write permissions Suggested Remediation Verify that file exist at the provided location Verify sufficient file permissions. | |||
| Alert | ErrGettingLatestReleaseTagCode-11173 | Could not fetch latest stable release from github | search forum |
| Long Description Probable Cause Failed to make GET request to github Invalid response received on github.com/<org>/<repo>/releases/stable Suggested Remediation Make sure Github is reachable Make sure a valid response is available on github.com/<org>/<repo>/releases/stable | |||
| Alert | ErrMissingFieldCode-11174 | Missing field or property with name: | search forum |
| Long Description Probable Cause Invalid manifest Suggested Remediation Make sure that the concerned data type has all the required fields/values. | |||
| Alert | ErrExpectedTypeMismatchCode-11175 | Expected the type to be: | search forum |
| Long Description Probable Cause Invalid manifest Suggested Remediation Make sure that the value provided in the manifest has the needed type. | |||
| Alert | ErrJsonToCueCode-11176 | Could not convert given json object into a CUE Value | search forum |
| Long Description Probable Cause Invalid json object Suggested Remediation Make sure that the given value is a valid JSON | |||
| Alert | ErrYamlToCueCode-11177 | Could not convert given yaml object into a CUE Value | search forum |
| Long Description Probable Cause Invalid yaml Suggested Remediation Make sure that the given value is a valid YAML | |||
| Alert | ErrJsonSchemaToCueCode-11178 | Could not convert given JsonSchema into a CUE Value | search forum |
| Long Description Probable Cause Invalid jsonschema Suggested Remediation Make sure that the given value is a valid JSONSCHEMA | |||
| Alert | ErrCueLookupCode-11179 | Could not lookup the given path in the CUE value | search forum |
| Long Description Probable Cause Suggested Remediation make sure that the path is a valid cue expression and is correct make sure that there exists a field with the given path make sure that the given root value is correct | |||
| Alert | ErrTypeCastCode-11180 | invaid type assertion requested | search forum |
| Long Description Probable Cause The interface type is not compatible with the request type cast Suggested Remediation use correct data type for type casting | |||
| Alert | ErrCreateFileCode-11181 | search forum | |
| Long Description Probable Cause invalid path provided insufficient permissions Suggested Remediation provide a valid path retry by using an absolute path check for sufficient permissions for the user | |||
| Alert | ErrCreateDirCode-11182 | search forum | |
| Long Description Probable Cause invalid path provided insufficient permissions Suggested Remediation provide a valid path retry by using an absolute path check for sufficient permissions for the user | |||
ErrDecodeYamlCode-11183 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrExtractTarXZCode-11184 | search forum | |
| Long Description Probable Cause The gzip might be corrupt Suggested Remediation | |||
| Alert | ErrExtractZipCode-11185 | search forum | |
| Long Description Probable Cause The zip might be corrupt Suggested Remediation | |||
| Alert | ErrReadDirCode-11186 | error reading directory | search forum |
| Long Description Probable Cause Insufficient permissions Suggested Remediation Verify that directory exist at the provided location Verify sufficient directory read permission. | |||
| Alert | ErrLoadHelmChartCode-11188 | search forum | |
| Long Description Probable Cause chart might have been deleted insufficient permissions to read the chart Suggested Remediation provide correct path to the chart directory/file ensure sufficient/correct permission to the chart directory/file | |||
ErrGetDescriberFuncCode-11189 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrApplyManifestCode-11190 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrServiceDiscoveryCode-11191 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrApplyHelmChartCode-11192 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrNewKubeClientCode-11193 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrNewDynClientCode-11194 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrNewDiscoveryCode-11195 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrNewInformerCode-11196 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrEndpointNotFoundCode-11197 | Unable to discover an endpoint | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrInvalidAPIServerCode-11198 | Invalid API Server URL | search forum |
| Long Description Probable Cause Suggested Remediation | |||
ErrLoadConfigCode-11199 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrValidateConfigCode-11200 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrCreatingHelmIndexCode-11201 | Error while creating Helm Index | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrEntryWithAppVersionNotExistsCode-11202 | Entry for the app version does not exist | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrHelmRepositoryNotFoundCode-11203 | Helm repo not found | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrEntryWithChartVersionNotExistsCode-11204 | Entry for the chart version does not exist | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrGettingResourceCode-11206 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrTraverserCode-11207 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrResourceCannotBeExposedCode-11208 | resource type %s cannot be exposed: | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSelectorBasedMapCode-11209 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrProtocolBasedMapCode-11210 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrLableBasedMapCode-11211 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrPortParsingCode-11212 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrGenerateServiceCode-11213 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrConstructingRestHelperCode-11214 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrCreatingServiceCode-11215 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrPodHasNoLabelsCode-11216 | the pod has no labels and cannot be exposed | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrServiceHasNoSelectorsCode-11217 | the service has no pod selector set | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrInvalidDeploymentNoSelectorsLabelsCode-11218 | the deployment has no labels or selectors and cannot be exposed | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrInvalidDeploymentNoSelectorsCode-11219 | invalid deployment: no selectors, therefore cannot be exposed | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrInvalidReplicaNoSelectorsLabelsCode-11220 | the replica set has no labels or selectors and cannot be exposed | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrInvalidReplicaSetNoSelectorsCode-11221 | invalid replicaset: no selectors, therefore cannot be exposed | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrNoPortsFoundForHeadlessResourceCode-11222 | no ports found for the non headless resource | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUnknownSessionAffinityErrCode-11223 | unknown session affinity: | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrMatchExpressionsConvertionErrCode-11224 | couldn't convert expressions - to map-based selector format | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFailedToExtractPodSelectorErrCode-11225 | cannot extract pod selector from | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFailedToExtractPortsCode-11226 | cannot extract ports from | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFailedToExtractProtocolsErrCode-11227 | cannot extract protocols from | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrCannotExposeObjectErrCode-11228 | cannot expose a | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrCvrtKomposeCode-11229 | Error converting the docker compose file into kubernetes manifests | search forum |
| Long Description Probable Cause Could not convert docker-compose file into kubernetes manifests Suggested Remediation Make sure the docker-compose file is valid | |||
| Alert | ErrValidateDockerComposeFileCode-11230 | Invalid docker compose file | search forum |
| Long Description Probable Cause Suggested Remediation Make sure that the compose file is valid, Make sure that the schema is valid | |||
| Alert | ErrIncompatibleVersionCode-11231 | This version of docker compose file is not compatible. | search forum |
| Long Description This docker compose file is invalid since it's version is incompatible. Probable Cause docker compose file with version greater than 3.3 is probably being used Suggested Remediation Make sure that the compose file has version less than or equal to 3.3, | |||
| Alert | ErrNoVersionCode-11232 | version not found in the docker compose file | search forum |
| Long Description Version field not found Probable Cause Since the Docker Compose specification does not mandate the version field from version 3 onwards, most sources do not provide them. Suggested Remediation Make sure that the compose file has version specified, Add any version less than or equal to 3.3 if you cannot get the exact version from the source | |||
| Alert | ErrGetCrdNamesCode-11233 | 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-11234 | 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-11235 | 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-11236 | 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-11237 | Error populating yaml | search forum |
| Long Description Probable Cause Yaml could not be populated with the returned manifests Suggested Remediation | |||
| Alert | ErrAbsentFilterCode-11238 | 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 | ErrCreatingDirectoryCode-11239 | could not create directory | search forum |
| Long Description Probable Cause proper file permissions were not set Suggested Remediation check the appropriate file permissions | |||
| Alert | ErrGetResourceIdentifierCode-11240 | Error extracting the resource identifier name | search forum |
| Long Description Probable Cause Could not extract the value with the given filter configuration Suggested Remediation Make sure to input a valid manifest Make sure to provide the right filter configurations Make sure the filters are appropriate for the given manifest | |||
| Alert | ErrInvalidSizeFileCode-11241 | 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-11242 | could not clone the repo | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFileNotFoundCode-11244 | search forum | |
| Long Description Probable Cause Suggested Remediation Try using a different file check if file exists | |||
ErrUnmarshalUnsupportedTypeCode-11250 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnmarshalUnsupportedValueCode-11251 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrChartUrlEmptyCode-11252 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrNoPackageFoundCode-11253 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUnknownKindCode-11254 | unsupported connection kind detected | search forum |
| Long Description Probable Cause The component's registrant is not supported by the version of server you are running Suggested Remediation Try upgrading to latest available version | |||
ErrUnknownHostCode-11255 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrEmptySchemaCode-11256 | Empty schema for the component | search forum |
| Long Description Empty schema for the component Probable Cause The schema is empty for the component. Suggested Remediation For the particular component the schema is empty. Use the docs or discussion forum for more details | |||
| Alert | ErrMarshalingRegisteryAttemptsCode-11257 | Error marshaling RegisterAttempts to JSON | search forum |
| Long Description Error marshaling RegisterAttempts to JSON: Probable Cause Suggested Remediation | |||
| Alert | ErrWritingRegisteryAttemptsCode-11258 | Error writing RegisteryAttempts JSON data to file | search forum |
| Long Description Error writing RegisteryAttempts JSON data to file: Probable Cause Suggested Remediation | |||
| Alert | ErrRegisteringEntityCode-11259 | search forum | |
| Long Description Probable Cause Entity might be missing a required schema or have invalid json / yaml. Suggested Remediation Check `server/cmd/registery_attempts.json` for further details. | |||
ErrUnknownHostInMapCode-11260 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Fatal | ErrCreatingUserDataDirectoryCode-11261 | 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 | |||
ErrGetByIdCode-11262 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrSeekFailedCode-11263 | Unable to reset the position within the OCI data. | search forum |
| Long Description Probable Cause The function attempted to move to the start of the data but failed. This could happen if the data is corrupted or not in the expected format. Suggested Remediation Ensure the input data is a valid OCI archive and try again. Check if the data is compressed correctly and is not corrupted. | |||
| Alert | ErrCreateLayerCode-11264 | Failed to create layer | search forum |
| Long Description An error occurred while creating the layer for the image. Probable Cause Possible issues with file system, incorrect layer type, or other IO errors. Suggested Remediation Check the file system permissions and paths. Ensure the layer type is correct. Check for any underlying IO errors. | |||
| Alert | ErrSavingImageCode-11265 | Failed to save image | search forum |
| Long Description An error occurred while saving the image. Probable Cause Possible issues with file system, insufficient disk space, , other IO errors. Suggested Remediation Check the file system permissions and available disk space. Ensure the file path is correct and accessible. Check for any underlying IO errors. | |||
| Alert | ErrInvalidVersionCode-11266 | invalid/incompatible semver version | search forum |
| Long Description Probable Cause version history for the content has been tampered outside meshery Suggested Remediation rolllback to one of the previous version | |||
| Alert | ErrDirPkgUnitParseFailCode-11267 | search forum | |
| Long Description Probable Cause The directory might not have a valid model definition Might be some internal issues while walking the file tree Suggested Remediation Make sure that there is a valid model definition present in the directory. Meshery's registration pipeline currently does not support nested models, therefore the behaviour might be unexpected if it contains nested models. If there is an internal error, please try again after some time | |||
| Alert | ErrGetEntityCode-11268 | Could not parse the given data into any Meshery entity | search forum |
| Long Description Probable Cause Entity definition might not be in accordance with it's corresponding schema Might be an invalid/unsupported schemaVersion Suggested Remediation Ensure that the definition given is in accordance with it's schema Ensure that the schemaVersion used is valid and is supported by Meshery | |||
| Alert | ErrRegisterEntityCode-11269 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrImportFailureCode-11270 | search forum | |
| Long Description Probable Cause Entity definition might not be in accordance with schema Entity version might not be supported by Meshery Suggested Remediation See the registration logs (found at $HOME/.meshery/logs/registry/registry-logs.log) to find out which Entity failed to be imported with more specific error information. | |||
| Alert | ErrMissingRegistrantCode-11271 | search forum | |
| Long Description Meshery models are always registered in context of a registrant. Probable Cause Suggested Remediation Make sure that the registrant information is present in the model definition | |||
| Alert | ErrSeedingComponentsCode-11272 | Failed to register the given models into meshery's registry | search forum |
| Long Description Probable Cause Given models may not be in accordance with Meshery's schema Internal(OS level) error while reading files Suggested Remediation Make sure the models being seeded are valid in accordance with Meshery's schema If it is an internal error, please try again after some time | |||
ErrInvalidSchemaVersionCode-11273 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFileWalkDirCode-11274 | Error while walking through directory | search forum |
| Long Description Probable Cause Suggested Remediation Verify that the correct directory path is provided. | |||
| Alert | ErrRelPathCode-11275 | Error determining relative path | search forum |
| Long Description Probable Cause The user might not have sufficient permission. Suggested Remediation Verify the provided directory path is correct and if the user has sufficent permission. | |||
| Alert | ErrCopyFileCode-11276 | Error copying file | search forum |
| Long Description Probable Cause The file might be corrupted. Suggested Remediation Verify the integrity of the file and try again. | |||
| Alert | ErrCloseFileCode-11277 | Error closing file | search forum |
| Long Description Probable Cause The user might not have sufficient permission. Suggested Remediation Check for issues with file permissions or disk space and try again. | |||
| Alert | ErrOpenFileCode-11278 | 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 | ErrGoogleJwtInvalidCode-11279 | Invalid JWT credentials | search forum |
| Long Description Probable Cause Invalid JWT credentials Suggested Remediation Make sure to provide valid JWT credentials | |||
| Alert | ErrGoogleSheetSRVCode-11280 | Error while creating Google Sheets Service | search forum |
| Long Description Probable Cause Issue happened with Google Sheets Service Suggested Remediation Make you provide valid JWT credentials and Spreadsheet ID | |||
| Alert | ErrWritingIntoFileCode-11281 | 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 | |||
ErrUnsupportedExtensionCode-11282 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnsupportedExtensionForOperationCode-11283 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrFailedToIdentifyFileCode-11284 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrSanitizingFileCode-11285 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrInvalidYamlCode-11286 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrInvalidJsonCode-11287 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrFailedToExtractTarCode-11288 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrUnsupportedFileTypeCode-11289 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrInvalidKubernetesManifestCode-11290 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrInvalidMesheryDesignCode-11291 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrInvalidHelmChartCode-11292 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrInvalidDockerComposeCode-11293 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
ErrInvalidKustomizationCode-11294 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrNoTarInsideOCICode-11295 | No tar file found inside OCI image | search forum |
| Long Description Unable to locate the compressed file(.tar.gz) inside the OCI image. Probable Cause The OCI image does not contain a ziped file. Suggested Remediation Verify that the OCI image contains a ziped file. | |||
| Alert | ErrEmptyOCIImageCode-11296 | search forum | |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUnCompressOCIArtifactCode-11297 | 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-11298 | 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 | ErrDecodePatternCode-11299 | Error failed to decode design data into go slice | search forum |
| Long Description Probable Cause Suggested Remediation | |||
ErrFileTypeNotSupportedForDesignConversionCode-11300 | search forum | ||
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrFileReadCode-11304 | File read error | search forum |
| Long Description Probable Cause The provided file is not present or has an invalid path. Suggested Remediation To proceed, provide a valid file path with a valid file. | |||
| Alert | ErrReadCSVRowCode-11306 | error reading csv | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrCSVFileNotFoundCode-11307 | error reading csv file | search forum |
| Long Description Probable Cause Either or both model csv or component csv are absent, the csv is not of correct template Suggested Remediation verify the csv template | |||
| Alert | ErrUpdateComponentsCode-11308 | search forum | |
| Long Description Probable Cause Component does not exist Component definition is corrupted Suggested Remediation Ensure existence of component, check for typo in component name Regenerate corrupted component | |||
| Alert | ErrGeneratesComponentCode-11309 | error generating comp %s of model %s | search forum |
| Long Description Probable Cause Suggested Remediation | |||
| Alert | ErrUpdateRelationshipFileCode-11310 | error while comparing files | search forum |
| Long Description Probable Cause Error occurred while comapring the new file and the existing relationship file generated from the spreadsheet Suggested Remediation Ensure that the new file is in the correct format and has the correct data | |||
| Critical | ErrLoadPatternCode-11315 | Failed to load pattern file | search forum |
| Long Description Probable Cause The pattern file might be invalid or inaccessible Suggested Remediation Verify the pattern file exists and has correct format | |||
| Critical | ErrConvertK8sCode-11316 | Failed to convert to Kubernetes manifest | search forum |
| Long Description Probable Cause The pattern might contain incompatible elements Suggested Remediation Verify the pattern content is valid for Kubernetes | |||
| Critical | ErrCreateChartCode-11317 | Failed to create Helm chart | search forum |
| Long Description Probable Cause File system permissions or disk space issues Suggested Remediation Check permissions and available disk space | |||
| Critical | ErrHelmPackageCode-11318 | Helm packaging failed | search forum |
| Long Description Probable Cause Issues with the Helm chart structure or configuration Suggested Remediation Verify the chart structure is valid for Helm | |||
| Alert | ErrGetControllerEndpointForPortCode-11319 | Could not get endpoint for port of the controller | search forum |
| Long Description Probable Cause Client configuration may not be valid Suggested Remediation Make sure the client configuration is valid | |||
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 | |||
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 | |||
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 | |||
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 | |||