Error Reference
There may be times when you receive an unexpected response. To best help you understand what has happened and how you can resolve it, the following is a list of common errors and error types.
Key | Message | Description |
---|---|---|
wrong-extension | The bundle should have the .showpad extension. | Your final package should have the .showpad extension. |
invalid-bundle | The bundle could not be read/extracted. | The bundle was incorrectly packaged. It's best to use the Experience App SDK for this. |
manifest-not-found | We could not find a manifest.json file in the package. | |
manifest-invalid-format | The manifest.json file could not be read. | The contents of the manifest.json file should be valid JSON. |
manifest-invalid-contents | The manifest has invalid contents. | The app identifier and version are not found in the manifest.json file. |
invalid-version | The version in the manifest is invalid. | The version is already in use or was used during another upload. |
no-index-found | No index.html found. | We could not find an index.html file. |
config-invalid-format | The config.json file could not be read. | The config.json file is invalid JSON. |
config-invalid-contents | The contents in config.json could not be parsed. | The contents member in config.json has invalid data. |
config-invalid-labels | The labels in the config.json file could not be parsed. | The labels member in the config.json file has invalid data. |
Version in error | Filename(s) include(s) unsupported characters | The following characters are not supported in filenames: /, ?, #, @, !, $, &, *, +, ;, |, = |