Sha256: 39458fd5a3aee68db258cd4f72ca437cb8e1bef11324bfd747064cfb8a5c9457
Contents?: true
Size: 382 Bytes
Versions: 4
Compression:
Stored size: 382 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK module Shared # InternalServerErrorCode - A short code indicating the error code returned. class InternalServerErrorCode < T::Enum enums do INTERNAL_SERVER_ERROR = new('internal_server_error') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems