model/api/production_csid_response library
Classes
- ProductionCSIDErrorData
- Represents the data returned in case of client-side errors (HTTP 400).
- ProductionCSIDFailureData
- Represents server-side failure data (e.g., HTTP 500 errors).
- ProductionCSIDRenewalResponse
- Represents the main API response from the Production CSID Renewal endpoint.
- ProductionCSIDRenewalSuccessData
- Represents the success data for a Production CSID renewal request.
- ProductionCSIDResponse
- Represents the main API response from the Production CSID endpoint.
- ProductionCSIDSuccessData
- Represents the success response data for a Production CSID request.
- ProductionError
- Represents a single error within a client error response.
Functions
-
parseProductionCSIDResponse(
int statusCode, String jsonStr) → ProductionCSIDResponse - Utility function to parse a raw JSON string into a ProductionCSIDResponse.