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