ServiceError.Message property

namespace: Serenity.Services   assemblySerenity.Net.Services

The error message. In non-development mode the message might be something generic like "some error occured" if the error itself is not a ValidationError. The detailed error can be seen in exception log.

public string Message { get; set; }

See Also