@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
245 lines • 6.85 kB
JSON
{
"id": "Messaging.sendemailresult",
"nodeType": "class",
"name": "SendEmailResult",
"namespace": "Messaging",
"startToken": {
"type": "declaration.entity.name.class",
"text": "SendEmailResult",
"textToLower": "sendemailresult",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_SendEmailResult_-1:0"
},
"order": 0,
"memberOrder": 0,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_global_-1:0"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.sharing_without sharing_-1:0"
},
"description": "Contains the result of sending an email message.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_email_outbound_sendemailresult.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"geterrors()": {
"id": "Messaging.sendemailresult.method.geterrors()",
"nodeType": "method",
"name": "getErrors",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getErrors",
"textToLower": "geterrors",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getErrors_-1:0"
},
"parentId": "Messaging.sendemailresult",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public SendEmailError[] getErrors()",
"overrideSignature": "public override SendEmailError[] getErrors()",
"simplifiedSignature": "getErrors()",
"datatype": {
"id": "Messaging.sendemailresult.geterrors.datatype.SendEmailError[]",
"nodeType": "datatype",
"name": "SendEmailError[]",
"startToken": {
"type": "datatype.custom.class",
"text": "SendEmailError",
"textToLower": "sendemailerror",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 21
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_SendEmailError_0:7"
},
"parentId": "Messaging.sendemailresult.geterrors",
"order": 0,
"memberOrder": 0,
"type": "SendEmailError[]"
},
"description": "If an error occurred during the sendEmail method, a SendEmailError object is returned.",
"parentName": "SendEmailResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"issuccess()": {
"id": "Messaging.sendemailresult.method.issuccess()",
"nodeType": "method",
"name": "isSuccess",
"startToken": {
"type": "declaration.entity.name.function",
"text": "isSuccess",
"textToLower": "issuccess",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_isSuccess_-1:0"
},
"parentId": "Messaging.sendemailresult",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Boolean isSuccess()",
"overrideSignature": "public override Boolean isSuccess()",
"simplifiedSignature": "isSuccess()",
"datatype": {
"id": "Messaging.sendemailresult.issuccess.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 14
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:7"
},
"parentId": "Messaging.sendemailresult.issuccess",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Indicates whether the email was successfully submitted for delivery (true) or not (false). Even if isSuccess is true, it does not mean the intended recipients received the email, as there could have been a problem with the email address or it could have bounced or been blocked by a spam blocker.",
"parentName": "SendEmailResult",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 2,
"queries": []
}