UnprocessableEntity

final case class UnprocessableEntity(resource: String, field: String, code: ErrorCode)

Error given when a 422 status code is returned

Value Params
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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product