Sha256: b537963a1ac63f3837a1874595e955936e9e98b7fda224361e739b99e43e1ebe
Contents?: true
Size: 778 Bytes
Versions: 1
Compression:
Stored size: 778 Bytes
Contents
# MfkOpenapiRubyClient::Error ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | エラーコードです。それぞれの説明については、[エラーコード](https://mfkessai.co.jp/developer/v2/docs/#error_codes)を参照してください。 | [optional] | | **message** | **String** | エラー発生原因に関する情報です。 | [optional] | | **param** | **String** | 何らかの値に関連するエラーの場合その値が入ります。 | [optional] | | **type** | **String** | エラー種別です。 | [optional] | ## Example ```ruby require 'mfk_openapi_ruby_client' instance = MfkOpenapiRubyClient::Error.new( code: null, message: null, param: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mfk_openapi_ruby_client-1.0.0 | docs/Error.md |