Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines the response type of Delete.vsam

Hierarchy

Index

Properties

apiResponse

apiResponse: IZosFilesResponse

Delete VSAM calls the invoke api, which returns an IZosFilesResponse object. So the api response will be set to that return object.

commandResponse

commandResponse: string

Relevant information about the performed file operation.

Optional errorMessage

errorMessage: string

The error message text. If not defined, the command response will be used.

success

success: boolean

Indicates the success of retrieving specified file information.

Generated using TypeDoc