http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-mpp
/
org.http4k.connect.mpp.model
/
MppProblem
Mpp
Problem
@
JsonSerializable
data
class
MppProblem
(
val
type
:
String
,
val
title
:
String
,
val
status
:
Int
)
(
source
)
Members
Constructors
Mpp
Problem
Link copied to clipboard
constructor
(
type
:
String
,
title
:
String
,
status
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
status
Link copied to clipboard
val
status
:
Int
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
String