Sha256: 1e0a423d70b63774f44b229d57049f2ca1fff83c7a971db3331df9a040641ef9

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

# PCPServerSDK::ErrorResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **error_id** | **String** | Unique reference of this error response for debugging purposes | [optional] |
| **errors** | [**Array<APIError>**](APIError.md) |  | [optional] |

## Example

```ruby
require 'PCP-server-Ruby-SDK'

instance = PCPServerSDK::ErrorResponse.new(
  error_id: null,
  errors: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 docs/ErrorResponse.md
pcp-server-ruby-sdk-0.1.0 docs/ErrorResponse.md