Sha256: 1969a85e8e71f71dd463f41c7d2156875af23626e78263586aabe49b5daafd07
Contents?: true
Size: 353 Bytes
Versions: 17
Compression:
Stored size: 353 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). 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
Version data entries
17 entries across 17 versions & 1 rubygems