/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

/**
 * Action: Attempt to create a proof with invalid input.
 * Error: The proof cannot be created with the given input.
 */
export type ProofCannotBeCreatedResponse = {
  error: string;
  exception_id?: string;
  message?: string;
};
