# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Shared # UnprocessableEntityCode - A short code indicating the error code returned. class UnprocessableEntityCode < T::Enum enums do UNPROCESSABLE_ENTITY = new('unprocessable_entity') end end end end