Skip to main content

GetReportResultV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.reports_data_extraction.models.get_report_result_v1401_response import GetReportResultV1401Response

get_report_result_v1401_response = GetReportResultV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]