opcotech/elemo

View on GitHub
web/packages/elemo-client/schemas/$HTTPError.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $HTTPError = {
  description: `HTTP error description.`,
  properties: {
    message: {
      type: 'string',
      description: `Description of the error.`,
      isRequired: true
    }
  }
} as const;