Reply from Login service question
I want to use the error messages received when there. But I not not sure how to get the information.
I am getting this message, which i want to get the code, to action something and print the description:
This is the code I am using to get the messages
precode
error: function(etext) {
$('#loginLabel').text('Error:' + etext.code);
}
/code/pre
I am getting 'undefined'! I also tried etext['code']
Thank you