UnprocessableEntity

github4s.GHError$.UnprocessableEntity
See theUnprocessableEntity companion object
final case class UnprocessableEntity(resource: String, field: String, code: ErrorCode)

Error given when a 422 status code is returned

Attributes

code

error code to debug the problem

field

for which the error occurred

resource

github resource on which the error occurred (issue, pull request, etc)

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product