SearchPostV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A message describing the error | [optional] |
| } |
Example
from sailpoint.search.models.search_post_v1401_response import SearchPostV1401Response
search_post_v1401_response = SearchPostV1401Response(
error=JWT validation failed: JWT is expired
)