# OryClient::PostCheckOplSyntaxResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **errors** | [**Array<ParseError>**](ParseError.md) | The list of syntax errors | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::PostCheckOplSyntaxResponse.new( errors: null ) ```