UNPKG

@sprucelabs/mercury-client

Version:

The simple way to interact with the Spruce Experience Platform

17 lines (16 loc) 368 B
import { buildErrorSchema } from '@sprucelabs/schema'; export default buildErrorSchema({ id: 'connectionFailed', name: 'Connection failed', description: '', fields: { host: { type: 'text', isRequired: true, }, statusCode: { type: 'number', isRequired: true, }, }, });