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