OpenAPI Test Generator API
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
OpenAPI Test Generator API
openapi-testgen-model
/
art.galushko.openapi.testgen.model.error
/
Outcome
/
PartialSuccess
Partial
Success
data
class
PartialSuccess
<
T
>
(
val
value
:
T
,
val
errors
:
List
<
GenerationError
>
)
:
Outcome
<
T
>
Members
Constructors
Partial
Success
Link copied to clipboard
constructor
(
value
:
T
,
errors
:
List
<
GenerationError
>
)
Properties
errors
Link copied to clipboard
val
errors
:
List
<
GenerationError
>
value
Link copied to clipboard
val
value
:
T