Sha256: 0bc06eb8b29b8ad7eb30235f79aa8d20cdfe748869dfaccc45721109bb66c86e
Contents?: true
Size: 353 Bytes
Versions: 1
Compression:
Stored size: 353 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dub-0.2.2.pre.alpha.4 | lib/open_api_sdk/models/shared/unauthorized_code.rb |