description:The HTTP status code for this occurrence of the problem.
title:status
type:integer
detail:
description:A human-readable explanation specific to this occurrence of
the problem.
title:detail
type:string
instance:
description:string providing an URI formatted according to IETF RFC 3986.
title:type
type:string
cause:
description:|
A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available.
title:cause
type:string
invalidParams:
description:|
Description of invalid parameters, for a request rejected due to invalid parameters.
items:
$ref:'#/components/schemas/InvalidParam'
minItems:1
title:invalidParams
type:array
supportedFeatures:
description:|
A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of "0" to "9", "a" to "f" or "A" to "F" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported.
pattern:"^[A-Fa-f0-9]*$"
title:supportedFeatures
type:string
title:ProblemDetails
type:object
InvalidParam:
description:|
Represents the description of invalid parameters, for a request rejected due to invalid parameters.