diff options
| author | Max Nanis | 2026-02-18 20:42:03 -0500 |
|---|---|---|
| committer | Max Nanis | 2026-02-18 20:42:03 -0500 |
| commit | 3eaa56f0306ead818f64c3d99fc6d230d9b970a4 (patch) | |
| tree | 9fecc2f1456e6321572e0e65f57106916df173e2 /jb-ui/src/api_fsb/docs/WallOutStatusCode2.md | |
| download | amt-jb-3eaa56f0306ead818f64c3d99fc6d230d9b970a4.tar.gz amt-jb-3eaa56f0306ead818f64c3d99fc6d230d9b970a4.zip | |
HERE WE GO, HERE WE GO, HERE WE GO
Diffstat (limited to 'jb-ui/src/api_fsb/docs/WallOutStatusCode2.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/WallOutStatusCode2.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/WallOutStatusCode2.md b/jb-ui/src/api_fsb/docs/WallOutStatusCode2.md new file mode 100644 index 0000000..d7f4a71 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/WallOutStatusCode2.md @@ -0,0 +1,19 @@ +# WallOutStatusCode2 + +This should be set if the Wall.status_code_1 is MARKETPLACE_FAIL Allowed values: - __URL_HASHING_CHECK_FAILED__: The redirect URL (coming back from the marketplace) failed hashing checks - __BROKEN_REDIRECT__: The redirect URL was missing required query params or was unparseable - __INVALID_REDIRECT__: The redirect URL was invalid or inconsistent in some way and as a result we could not determine the outcome. This could be if a redirect received did not match the user\'s most recent attempt. - __INVALID_MARKETPLACE_POSTBACK__: The redirect indicated a complete, but no/invalid Postback was received from the marketplace - __NO_MARKETPLACE_POSTBACK__: No/invalid Postback was received from the marketplace. Used in cases where the redirect does not contain a status. - __COMPLETE_TOO_FAST__: The marketplace indicates the user completed the survey, but we don\'t think this is valid due to speeding. Generally this cutoff is the 95th percentile of our calculated CompletionTime survey stat. - __INTERNAL_ERROR__: Something happened during the handling of this redirect (on our side) + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +## Example + +```typescript +import { WallOutStatusCode2 } from './api'; + +const instance: WallOutStatusCode2 = { +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
