[F] getErrorsDocData
function getErrorsDocData(program, target): undefined | DocData
Get the documentation information for the return errors types of an operation. In most cases you probably just want to use getErrorsDoc
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | Program |
target | Operation | Type |
Returns
undefined
| DocData
Doc data with source information.