global class RenderEmailTemplateError {
|
global String fieldname;
|
global String message;
|
global Integer offset;
|
global System.StatusCode statuscode;
|
global String getFieldName() { }
|
global String getMessage() { }
|
global Integer getOffset() { }
|
global System.StatusCode getStatusCode() { }
|
|
}
|