http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-route53
/
org.http4k.connect.amazon.route53.model
/
ErrorResponse
/
Error
Error
data
class
Error
(
val
type
:
String
,
val
code
:
String
,
val
message
:
String
?
)
(
source
)
Members
Constructors
Error
Link copied to clipboard
constructor
(
type
:
String
,
code
:
String
,
message
:
String
?
)
Properties
code
Link copied to clipboard
val
code
:
String
message
Link copied to clipboard
val
message
:
String
?
type
Link copied to clipboard
val
type
:
String