Class CommandResponse.Error

java.lang.Object
csw.params.commands.CommandResponse.Error
All Implemented Interfaces:
CommandResponse, CommandResponse.MatchingResponse, CommandResponse.SubmitResponse, CommandSerializable, Serializable, scala.Equals, scala.Product
Enclosing interface:
CommandResponse

public static class CommandResponse.Error extends Object implements CommandResponse.SubmitResponse, CommandResponse.MatchingResponse, scala.Product, Serializable
Represents a negative response that describes an error in executing the command

param: runId of command for which this response is created param: message describing the reason or cause or action item of the error encountered while executing the command

See Also: