V
Size: a a a
V
KS
io.circe.derivation
вроде как голосуешь, а почему оно простую иерархию не может вывести?import io.circe.derivation.annotations.JsonCodec
@JsonCodec sealed trait HttpStatus
case object Error extends HttpStatus
case object Ok extends HttpStatus
could not find implicit value for parameter instance: io.circe.Decoder[Error.type]
w
io.circe.derivation
вроде как голосуешь, а почему оно простую иерархию не может вывести?import io.circe.derivation.annotations.JsonCodec
@JsonCodec sealed trait HttpStatus
case object Error extends HttpStatus
case object Ok extends HttpStatus
could not find implicit value for parameter instance: io.circe.Decoder[Error.type]
Oℕ
io.circe.derivation
вроде как голосуешь, а почему оно простую иерархию не может вывести?import io.circe.derivation.annotations.JsonCodec
@JsonCodec sealed trait HttpStatus
case object Error extends HttpStatus
case object Ok extends HttpStatus
could not find implicit value for parameter instance: io.circe.Decoder[Error.type]
KS
Invalid annotation target: must be a case class or a sealed trait/class
[error] @JsonCodec case object Ok extends HttpStatus
Oℕ
VS
Invalid annotation target: must be a case class or a sealed trait/class
[error] @JsonCodec case object Ok extends HttpStatus
Oℕ
Invalid annotation target: must be a case class or a sealed trait/class
[error] @JsonCodec case object Ok extends HttpStatus
Oℕ
VS
final case class UrCaseObject(u: Unit) extends AnyVal
норм будет?Oℕ
Oℕ
Invalid annotation target: must be a case class or a sealed trait/class
[error] @JsonCodec case object Ok extends HttpStatus
KS
Oℕ
KS
ᛒ
final case class UrCaseObject(u: Unit) extends AnyVal
норм будет?Oℕ