errorMessage method
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";
}
Returns an error message indicating that the output layer name was not found.
The message returned is "Output layer name is not found".
String errorMessage() {
return "Output layer name is not found";
}