occasion-sdk
Version:
An SDK library that enables access to Occasion's application, providing a rich DSL for creating and managing bookings.
30 lines (29 loc) • 751 B
JSON
{
"errors": [
{
"source": { "pointer": "/data" },
"code": "invalid",
"detail": "A problem occurred with the base of the product."
},
{
"source": { "pointer": "/data/attributes/title" },
"code": "blank",
"detail": "Title cannot be blank."
},
{
"source": { "pointer": "/data/attributes/description" },
"code": "blank",
"detail": "Description cannot be blank."
},
{
"source": { "pointer": "/data/attributes/phone_number" },
"code": "invalid",
"detail": "Phone number is invalid."
},
{
"source": { "pointer": "/data/relationships/orders/data/attributes/price" },
"code": "blank",
"detail": "Price cannot be blank."
}
]
}