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