SslErrorResponse

SslErrorResponse
SslErrorResponse

Error response for SSL certificate validation failures

JSON Example
{
    "isSuccess": false,
    "message": "SSL certificate verification failed. Please import the certificate.",
    "errorDetails": "SSL",
    "httpStatusCode": 400,
    "data": [
        {
            "text": "Unable to verify SSL certificate",
            "thumbprint": "SHA1:A1:B2:C3:D4:E5:F6:78:90:AB:CD:EF:12:34:56:78:90:AB:CD:EF:12",
            "certificate": "-----BEGIN CERTIFICATE-----\nMIID..."
        }
    ]
}
boolean
isSuccess
Required

Indicates if the operation was successful

string
message
Required

Human-readable error message

string
errorDetails
Required

Type of error

integer
httpStatusCode
Required

HTTP status code

array of object
data
Optional

Certificate details for SSL errors

Used By