Error

@JsonSerializable
@PolymorphicLabel(value = "error")
data class Error(val error: ErrorDetail) : MessageGenerationEvent(source)

Constructors

Link copied to clipboard
constructor(error: ErrorDetail)

Properties

Link copied to clipboard