InvalidMarketplaceSettingType
Returned when the provided value does not match the setting's declared type or validation rules.
This page contains
Fields
| message: String! | Description of the error. |
| setting: String! | The setting key that failed validation. |
| expectedType: String! | Expected value type (e.g. string, list, map). |
| expectedValidation: String | Expected validation rule from the setting definition, if any. |
| receivedValue: String! | The value that was received. |
| path: [String!] | Path to the input value that caused the error. |