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