summaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/WallOutStatusCode2.md
blob: d7f4a71a86d4ba09d94896321c4b22e4563b69e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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)