> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblVerifyStringResultCode

> XblVerifyStringResultCode

# XblVerifyStringResultCode

Enumeration values that indicate the result code from string verification.

## Syntax

```cpp theme={null}
enum class XblVerifyStringResultCode    
{  
    Success,  
    Offensive,  
    TooLong,  
    UnknownError  
}  
```

## Constants

| Constant     | Description                                                  |
| ------------ | ------------------------------------------------------------ |
| Success      | No issues were found with the string.                        |
| Offensive    | The string contains offensive content.                       |
| TooLong      | The string is too long to verify.                            |
| UnknownError | An unknown error was encountered during string verification. |

## Remarks

These values are defined on the service side and should not be modified.

## Argument of

[XblVerifyStringResult](/reference/live/xsapi-c/string_verify_c/structs/xblverifystringresult)

## Requirements

**Header:** string\_verify\_c.h

## See also

[string\_verify\_c](/reference/live/xsapi-c/string_verify_c/string_verify_c_members)


## Related topics

- [XblVerifyStringResult](/reference/live/xsapi-c/string_verify_c/structs/xblverifystringresult.md)
- [XblStringVerifyStringResult](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringresult.md)
- [XblStringVerifyStringsResult](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringsresult.md)
- [XblStringVerifyStringResultSize](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringresultsize.md)
- [XblStringVerifyStringsResultSize](/reference/live/xsapi-c/string_verify_c/functions/xblstringverifystringsresultsize.md)
