Skip to content

ClaimEligibilityCheckErrors

Claim Eligibility Check Errors

Fields

code · String · The error code
description · String · The description of the error

Used By

Definition

"""
Claim Eligibility Check Errors
"""
type ClaimEligibilityCheckErrors {
"""
The error code
"""
code: String
"""
The description of the error
"""
description: String
}