errorMessage method

String errorMessage()

Returns an error message indicating that the output layer name was not found.

The message returned is "Output layer name is not found".

Implementation

String errorMessage() {
  return "Output layer name is not found";
}