메소드 | 설명 | |
---|---|---|
ExceptionModel ( JsonData data, string name, string documentation, |
Creates a model that represents an exception in the service processed in the response
|
public ExceptionModel ( JsonData data, string name, string documentation, |
||
data | JsonData | The json data that contains information about the exception found in the model |
name | string | The name of the exception |
documentation | string | The documentation for the exception found in the service model json |
structure | The shape that represents the exception | |
리턴 | Json.LitJson |